Html Css Color HEX #3640D6 Free Speech Blue

📋 copy color: '#3640D6'

red 54 ◦ green 64 ◦ blue 214

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

Shades of Free Speech Blue #3640D6

Tints of Free Speech Blue #3640D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.46%

R = 16.27%
G = 19.28%
B = 64.46%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3640D6 (or 0x3640D6) is known color: Free Speech Blue. HEX triplet: 36, 40 and D6. RGB value is (54,64,214). Sum of RGB (Red+Green+Blue) = 54+64+214=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #3640D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640D6 is #C9BF29. Grayscale: #4D4D4D. Windows color (decimal): -13221674 or 14041142. OLE color: 14041142.

HSL color Cylindrical-coordinate representation of color #3640D6: hue angle of 236.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3640D6 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 64 214 -
CMYK 0.75 0.70 0 0.16
HSL 236.25º 0.66% 0.53% -
HSV(B) 236.25º 0.75% 0.84% -
XYZ 15.49 9.31 64.6 -
YUV 78.11 204.69 110.8 -
System Red Green Blue C M Y K H S L
Decimal 54 64 214 0.75 0.70 0 0.16 236.25 0.66 0.53
Hex 36 40 D6 4B 46 0 10 EC 42 35
Octal 66 100 326 113 106 0 20 354 102 65
Binary 110110 1000000 11010110 1001011 1000110 0 10000 11101100 1000010 110101

Color Harmonies of #3640D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640D6

Black with #3640D6

Text Example


Text Example

White with #3640D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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