Html Css Color HEX #363FCC Free Speech Blue

📋 copy color: '#363FCC'

red 54 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #363FCC

Tints of Free Speech Blue #363FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 16.82%
G = 19.63%
B = 63.55%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#363FCC (or 0x363FCC) is known color: Free Speech Blue. HEX triplet: 36, 3F and CC. RGB value is (54,63,204). Sum of RGB (Red+Green+Blue) = 54+63+204=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #363FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FCC is #C9C033. Grayscale: #4B4B4B. Windows color (decimal): -13221940 or 13385526. OLE color: 13385526.

HSL color Cylindrical-coordinate representation of color #363FCC: hue angle of 236.4º 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 #363FCC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 63 204 -
CMYK 0.74 0.69 0 0.2
HSL 236.4º 0.6% 0.51% -
HSV(B) 236.4º 0.74% 0.8% -
XYZ 14.2 8.7 58.06 -
YUV 76.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 54 63 204 0.74 0.69 0 0.2 236.4 0.6 0.51
Hex 36 3F CC 4A 45 0 14 EC 3C 33
Octal 66 77 314 112 105 0 24 354 74 63
Binary 110110 111111 11001100 1001010 1000101 0 10100 11101100 111100 110011

Color Harmonies of #363FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FCC

Black with #363FCC

Text Example


Text Example

White with #363FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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