Html Css Color HEX #365ACB Free Speech Blue

📋 copy color: '#365ACB'

red 54 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #365ACB

Tints of Free Speech Blue #365ACB

RGB

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

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

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

R = 15.56%
G = 25.94%
B = 58.5%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#365ACB (or 0x365ACB) is known color: Free Speech Blue. HEX triplet: 36, 5A and CB. RGB value is (54,90,203). Sum of RGB (Red+Green+Blue) = 54+90+203=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #365ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ACB is #C9A534. Grayscale: #5B5B5B. Windows color (decimal): -13215029 or 13326902. OLE color: 13326902.

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

Color convert

RGB 54 90 203 -
CMYK 0.73 0.56 0 0.20
HSL 225.5º 0.59% 0.5% -
HSV(B) 225.5º 0.73% 0.8% -
XYZ 15.96 12.41 58.05 -
YUV 92.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 54 90 203 0.73 0.56 0 0.20 225.5 0.59 0.5
Hex 36 5A CB 49 38 0 14 E2 3B 32
Octal 66 132 313 111 70 0 24 342 73 62
Binary 110110 1011010 11001011 1001001 111000 0 10100 11100010 111011 110010

Color Harmonies of #365ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365ACB

Black with #365ACB

Text Example


Text Example

White with #365ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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