Html Css Color HEX #364CDB Free Speech Blue

📋 copy color: '#364CDB'

red 54 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #364CDB

Tints of Free Speech Blue #364CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 15.47%
G = 21.78%
B = 62.75%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#364CDB (or 0x364CDB) is known color: Free Speech Blue. HEX triplet: 36, 4C and DB. RGB value is (54,76,219). Sum of RGB (Red+Green+Blue) = 54+76+219=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #364CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CDB is #C9B324. Grayscale: #555555. Windows color (decimal): -13218597 or 14371894. OLE color: 14371894.

HSL color Cylindrical-coordinate representation of color #364CDB: hue angle of 232º 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 #364CDB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 76 219 -
CMYK 0.75 0.65 0 0.14
HSL 232º 0.7% 0.54% -
HSV(B) 232º 0.75% 0.86% -
XYZ 16.89 11.07 68.26 -
YUV 85.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 54 76 219 0.75 0.65 0 0.14 232 0.7 0.54
Hex 36 4C DB 4B 41 0 E E8 46 36
Octal 66 114 333 113 101 0 16 350 106 66
Binary 110110 1001100 11011011 1001011 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #364CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CDB

Black with #364CDB

Text Example


Text Example

White with #364CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364CDB; }

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

 H1.HeaderClassName
 {
   color: #364CDB;
 }
 .AnyTagClassName
 {
   color: #364CDB;
 }
</style>

background-color css

<style>
 a { background-color: #364CDB; }

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

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

border-color css

<style>
 span { border-color: #364CDB; }

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

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