Html Css Color HEX #363BCC Free Speech Blue

📋 copy color: '#363BCC'

red 54 ◦ green 59 ◦ blue 204

#363BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #363BCC

Tints of Free Speech Blue #363BCC

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 17.03%
G = 18.61%
B = 64.35%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#363BCC (or 0x363BCC) is known color: Free Speech Blue. HEX triplet: 36, 3B and CC. RGB value is (54,59,204). Sum of RGB (Red+Green+Blue) = 54+59+204=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #363BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BCC is #C9C433. Grayscale: #494949. Windows color (decimal): -13222964 or 13384502. OLE color: 13384502.

HSL color Cylindrical-coordinate representation of color #363BCC: hue angle of 238º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363BCC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 59 204 -
CMYK 0.74 0.71 0 0.2
HSL 238º 0.6% 0.51% -
HSV(B) 238º 0.74% 0.8% -
XYZ 13.98 8.27 57.99 -
YUV 74.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 54 59 204 0.74 0.71 0 0.2 238 0.6 0.51
Hex 36 3B CC 4A 47 0 14 EE 3C 33
Octal 66 73 314 112 107 0 24 356 74 63
Binary 110110 111011 11001100 1001010 1000111 0 10100 11101110 111100 110011

Color Harmonies of #363BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BCC

Black with #363BCC

Text Example


Text Example

White with #363BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363BCC; }

 p { color: rgb(54,59,204); }

 H1.HeaderClassName
 {
   color: #363BCC;
 }
 .AnyTagClassName
 {
   color: #363BCC;
 }
</style>

background-color css

<style>
 a { background-color: #363BCC; }

 a { background-color: rgb(54,59,204); }

 div.DivClassName
 {
   background-color: #363BCC;
 }
 .BgClassName
 {
   background-color: #363BCC;
 }
</style>

border-color css

<style>
 span { border-color: #363BCC; }

 span { border-color: rgb(54,59,204); }

 td.TdClassName
 {
   border-color: #363BCC;
 }
 .TagClassName
 {
   border-color: #363BCC;
 }
</style>