Html Css Color HEX #365AC8 Free Speech Blue

📋 copy color: '#365AC8'

red 54 ◦ green 90 ◦ blue 200

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

Shades of Free Speech Blue #365AC8

Tints of Free Speech Blue #365AC8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

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

R = 15.7%
G = 26.16%
B = 58.14%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#365AC8 (or 0x365AC8) is known color: Free Speech Blue. HEX triplet: 36, 5A and C8. RGB value is (54,90,200). Sum of RGB (Red+Green+Blue) = 54+90+200=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #365AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AC8 is #C9A537. Grayscale: #5B5B5B. Windows color (decimal): -13215032 or 13130294. OLE color: 13130294.

HSL color Cylindrical-coordinate representation of color #365AC8: hue angle of 225.21º 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 #365AC8 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 90 200 -
CMYK 0.73 0.55 0 0.22
HSL 225.21º 0.57% 0.5% -
HSV(B) 225.21º 0.73% 0.78% -
XYZ 15.6 12.27 56.19 -
YUV 91.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 54 90 200 0.73 0.55 0 0.22 225.21 0.57 0.5
Hex 36 5A C8 49 37 0 16 E1 39 32
Octal 66 132 310 111 67 0 26 341 71 62
Binary 110110 1011010 11001000 1001001 110111 0 10110 11100001 111001 110010

Color Harmonies of #365AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AC8

Black with #365AC8

Text Example


Text Example

White with #365AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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