Html Css Color HEX #365EC8 Free Speech Blue

📋 copy color: '#365EC8'

red 54 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Blue #365EC8

Tints of Free Speech Blue #365EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

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

R = 15.52%
G = 27.01%
B = 57.47%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#365EC8 (or 0x365EC8) is known color: Free Speech Blue. HEX triplet: 36, 5E and C8. RGB value is (54,94,200). Sum of RGB (Red+Green+Blue) = 54+94+200=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #365EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EC8 is #C9A137. Grayscale: #5D5D5D. Windows color (decimal): -13214008 or 13131318. OLE color: 13131318.

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

Color convert

RGB 54 94 200 -
CMYK 0.73 0.53 0 0.22
HSL 223.56º 0.57% 0.5% -
HSV(B) 223.56º 0.73% 0.78% -
XYZ 15.95 12.96 56.3 -
YUV 94.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 54 94 200 0.73 0.53 0 0.22 223.56 0.57 0.5
Hex 36 5E C8 49 35 0 16 E0 39 32
Octal 66 136 310 111 65 0 26 340 71 62
Binary 110110 1011110 11001000 1001001 110101 0 10110 11100000 111001 110010

Color Harmonies of #365EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EC8

Black with #365EC8

Text Example


Text Example

White with #365EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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