Html Css Color HEX #365CC8 Free Speech Blue

📋 copy color: '#365CC8'

red 54 ◦ green 92 ◦ blue 200

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

Shades of Free Speech Blue #365CC8

Tints of Free Speech Blue #365CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 200 (78.52% from 255) = 57.8%

R = 15.61%
G = 26.59%
B = 57.8%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#365CC8 (or 0x365CC8) is known color: Free Speech Blue. HEX triplet: 36, 5C and C8. RGB value is (54,92,200). Sum of RGB (Red+Green+Blue) = 54+92+200=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #365CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CC8 is #C9A337. Grayscale: #5C5C5C. Windows color (decimal): -13214520 or 13130806. OLE color: 13130806.

HSL color Cylindrical-coordinate representation of color #365CC8: hue angle of 224.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365CC8 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 92 200 -
CMYK 0.73 0.54 0 0.22
HSL 224.38º 0.57% 0.5% -
HSV(B) 224.38º 0.73% 0.78% -
XYZ 15.77 12.61 56.25 -
YUV 92.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 54 92 200 0.73 0.54 0 0.22 224.38 0.57 0.5
Hex 36 5C C8 49 36 0 16 E0 39 32
Octal 66 134 310 111 66 0 26 340 71 62
Binary 110110 1011100 11001000 1001001 110110 0 10110 11100000 111001 110010

Color Harmonies of #365CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CC8

Black with #365CC8

Text Example


Text Example

White with #365CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365CC8; }

 p { color: rgb(54,92,200); }

 H1.HeaderClassName
 {
   color: #365CC8;
 }
 .AnyTagClassName
 {
   color: #365CC8;
 }
</style>

background-color css

<style>
 a { background-color: #365CC8; }

 a { background-color: rgb(54,92,200); }

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

border-color css

<style>
 span { border-color: #365CC8; }

 span { border-color: rgb(54,92,200); }

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