Html Css Color HEX #3640DB Free Speech Blue

📋 copy color: '#3640DB'

red 54 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Blue #3640DB

Tints of Free Speech Blue #3640DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 16.02%
G = 18.99%
B = 64.99%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3640DB (or 0x3640DB) is known color: Free Speech Blue. HEX triplet: 36, 40 and DB. RGB value is (54,64,219). Sum of RGB (Red+Green+Blue) = 54+64+219=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3640DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640DB is #C9BF24. Grayscale: #4E4E4E. Windows color (decimal): -13221669 or 14368822. OLE color: 14368822.

HSL color Cylindrical-coordinate representation of color #3640DB: hue angle of 236.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3640DB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 64 219 -
CMYK 0.75 0.71 0 0.14
HSL 236.36º 0.7% 0.54% -
HSV(B) 236.36º 0.75% 0.86% -
XYZ 16.14 9.57 68.01 -
YUV 78.68 207.19 110.4 -
System Red Green Blue C M Y K H S L
Decimal 54 64 219 0.75 0.71 0 0.14 236.36 0.7 0.54
Hex 36 40 DB 4B 47 0 E EC 46 36
Octal 66 100 333 113 107 0 16 354 106 66
Binary 110110 1000000 11011011 1001011 1000111 0 1110 11101100 1000110 110110

Color Harmonies of #3640DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640DB

Black with #3640DB

Text Example


Text Example

White with #3640DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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