Html Css Color HEX #364FCB Free Speech Blue

📋 copy color: '#364FCB'

red 54 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #364FCB

Tints of Free Speech Blue #364FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 16.07%
G = 23.51%
B = 60.42%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#364FCB (or 0x364FCB) is known color: Free Speech Blue. HEX triplet: 36, 4F and CB. RGB value is (54,79,203). Sum of RGB (Red+Green+Blue) = 54+79+203=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #364FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FCB is #C9B034. Grayscale: #555555. Windows color (decimal): -13217845 or 13324086. OLE color: 13324086.

HSL color Cylindrical-coordinate representation of color #364FCB: hue angle of 229.93º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364FCB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 79 203 -
CMYK 0.73 0.61 0 0.20
HSL 229.93º 0.59% 0.5% -
HSV(B) 229.93º 0.73% 0.8% -
XYZ 15.1 10.69 57.77 -
YUV 85.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 54 79 203 0.73 0.61 0 0.20 229.93 0.59 0.5
Hex 36 4F CB 49 3D 0 14 E6 3B 32
Octal 66 117 313 111 75 0 24 346 73 62
Binary 110110 1001111 11001011 1001001 111101 0 10100 11100110 111011 110010

Color Harmonies of #364FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FCB

Black with #364FCB

Text Example


Text Example

White with #364FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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