Html Css Color HEX #3640CC Free Speech Blue

📋 copy color: '#3640CC'

red 54 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Blue #3640CC

Tints of Free Speech Blue #3640CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 16.77%
G = 19.88%
B = 63.35%

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

#3640CC (or 0x3640CC) is known color: Free Speech Blue. HEX triplet: 36, 40 and CC. RGB value is (54,64,204). Sum of RGB (Red+Green+Blue) = 54+64+204=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3640CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640CC is #C9BF33. Grayscale: #4C4C4C. Windows color (decimal): -13221684 or 13385782. OLE color: 13385782.

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

Color convert

RGB 54 64 204 -
CMYK 0.74 0.69 0 0.2
HSL 236º 0.6% 0.51% -
HSV(B) 236º 0.74% 0.8% -
XYZ 14.25 8.81 58.08 -
YUV 76.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 54 64 204 0.74 0.69 0 0.2 236 0.6 0.51
Hex 36 40 CC 4A 45 0 14 EC 3C 33
Octal 66 100 314 112 105 0 24 354 74 63
Binary 110110 1000000 11001100 1001010 1000101 0 10100 11101100 111100 110011

Color Harmonies of #3640CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640CC

Black with #3640CC

Text Example


Text Example

White with #3640CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3640CC; }

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

 H1.HeaderClassName
 {
   color: #3640CC;
 }
 .AnyTagClassName
 {
   color: #3640CC;
 }
</style>

background-color css

<style>
 a { background-color: #3640CC; }

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

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

border-color css

<style>
 span { border-color: #3640CC; }

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

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