Html Css Color HEX #365FCB Free Speech Blue

📋 copy color: '#365FCB'

red 54 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #365FCB

Tints of Free Speech Blue #365FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 15.34%
G = 26.99%
B = 57.67%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#365FCB (or 0x365FCB) is known color: Free Speech Blue. HEX triplet: 36, 5F and CB. RGB value is (54,95,203). Sum of RGB (Red+Green+Blue) = 54+95+203=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #365FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FCB is #C9A034. Grayscale: #5E5E5E. Windows color (decimal): -13213749 or 13328182. OLE color: 13328182.

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

Color convert

RGB 54 95 203 -
CMYK 0.73 0.53 0 0.20
HSL 223.49º 0.59% 0.5% -
HSV(B) 223.49º 0.73% 0.8% -
XYZ 16.39 13.28 58.2 -
YUV 95.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 54 95 203 0.73 0.53 0 0.20 223.49 0.59 0.5
Hex 36 5F CB 49 35 0 14 DF 3B 32
Octal 66 137 313 111 65 0 24 337 73 62
Binary 110110 1011111 11001011 1001001 110101 0 10100 11011111 111011 110010

Color Harmonies of #365FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FCB

Black with #365FCB

Text Example


Text Example

White with #365FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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