Html Css Color HEX #364FC0 Free Speech Blue

📋 copy color: '#364FC0'

red 54 ◦ green 79 ◦ blue 192

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

Shades of Free Speech Blue #364FC0

Tints of Free Speech Blue #364FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 16.62%
G = 24.31%
B = 59.08%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#364FC0 (or 0x364FC0) is known color: Free Speech Blue. HEX triplet: 36, 4F and C0. RGB value is (54,79,192). Sum of RGB (Red+Green+Blue) = 54+79+192=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #364FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FC0 is #C9B03F. Grayscale: #535353. Windows color (decimal): -13217856 or 12603190. OLE color: 12603190.

HSL color Cylindrical-coordinate representation of color #364FC0: hue angle of 229.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364FC0 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 79 192 -
CMYK 0.72 0.59 0 0.25
HSL 229.13º 0.56% 0.48% -
HSV(B) 229.13º 0.72% 0.75% -
XYZ 13.83 10.18 51.11 -
YUV 84.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 54 79 192 0.72 0.59 0 0.25 229.13 0.56 0.48
Hex 36 4F C0 48 3B 0 19 E5 38 30
Octal 66 117 300 110 73 0 31 345 70 60
Binary 110110 1001111 11000000 1001000 111011 0 11001 11100101 111000 110000

Color Harmonies of #364FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FC0

Black with #364FC0

Text Example


Text Example

White with #364FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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