Html Css Color HEX #364BD6 Free Speech Blue

📋 copy color: '#364BD6'

red 54 ◦ green 75 ◦ blue 214

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

Shades of Free Speech Blue #364BD6

Tints of Free Speech Blue #364BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 15.74%
G = 21.87%
B = 62.39%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#364BD6 (or 0x364BD6) is known color: Free Speech Blue. HEX triplet: 36, 4B and D6. RGB value is (54,75,214). Sum of RGB (Red+Green+Blue) = 54+75+214=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #364BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BD6 is #C9B429. Grayscale: #535353. Windows color (decimal): -13218858 or 14043958. OLE color: 14043958.

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

Color convert

RGB 54 75 214 -
CMYK 0.75 0.65 0 0.16
HSL 232.13º 0.66% 0.53% -
HSV(B) 232.13º 0.75% 0.84% -
XYZ 16.18 10.67 64.83 -
YUV 84.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 54 75 214 0.75 0.65 0 0.16 232.13 0.66 0.53
Hex 36 4B D6 4B 41 0 10 E8 42 35
Octal 66 113 326 113 101 0 20 350 102 65
Binary 110110 1001011 11010110 1001011 1000001 0 10000 11101000 1000010 110101

Color Harmonies of #364BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364BD6

Black with #364BD6

Text Example


Text Example

White with #364BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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