Html Css Color HEX #365DCB Free Speech Blue

📋 copy color: '#365DCB'

red 54 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #365DCB

Tints of Free Speech Blue #365DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 15.43%
G = 26.57%
B = 58%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#365DCB (or 0x365DCB) is known color: Free Speech Blue. HEX triplet: 36, 5D and CB. RGB value is (54,93,203). Sum of RGB (Red+Green+Blue) = 54+93+203=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #365DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DCB is #C9A234. Grayscale: #5D5D5D. Windows color (decimal): -13214261 or 13327670. OLE color: 13327670.

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

Color convert

RGB 54 93 203 -
CMYK 0.73 0.54 0 0.20
HSL 224.3º 0.59% 0.5% -
HSV(B) 224.3º 0.73% 0.8% -
XYZ 16.22 12.92 58.14 -
YUV 93.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 54 93 203 0.73 0.54 0 0.20 224.3 0.59 0.5
Hex 36 5D CB 49 36 0 14 E0 3B 32
Octal 66 135 313 111 66 0 24 340 73 62
Binary 110110 1011101 11001011 1001001 110110 0 10100 11100000 111011 110010

Color Harmonies of #365DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DCB

Black with #365DCB

Text Example


Text Example

White with #365DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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