Html Css Color HEX #364FDB Free Speech Blue

📋 copy color: '#364FDB'

red 54 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #364FDB

Tints of Free Speech Blue #364FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

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

R = 15.34%
G = 22.44%
B = 62.22%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#364FDB (or 0x364FDB) is known color: Free Speech Blue. HEX triplet: 36, 4F and DB. RGB value is (54,79,219). Sum of RGB (Red+Green+Blue) = 54+79+219=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #364FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FDB is #C9B024. Grayscale: #565656. Windows color (decimal): -13217829 or 14372662. OLE color: 14372662.

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

Color convert

RGB 54 79 219 -
CMYK 0.75 0.64 0 0.14
HSL 230.91º 0.7% 0.54% -
HSV(B) 230.91º 0.75% 0.86% -
XYZ 17.1 11.49 68.33 -
YUV 87.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 54 79 219 0.75 0.64 0 0.14 230.91 0.7 0.54
Hex 36 4F DB 4B 40 0 E E7 46 36
Octal 66 117 333 113 100 0 16 347 106 66
Binary 110110 1001111 11011011 1001011 1000000 0 1110 11100111 1000110 110110

Color Harmonies of #364FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FDB

Black with #364FDB

Text Example


Text Example

White with #364FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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