Html Css Color HEX #365B89 St Tropaz

📋 copy color: '#365B89'

red 54 ◦ green 91 ◦ blue 137

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

Shades of St Tropaz #365B89

Tints of St Tropaz #365B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 19.15%
G = 32.27%
B = 48.58%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#365B89 (or 0x365B89) is known color: St Tropaz. HEX triplet: 36, 5B and 89. RGB value is (54,91,137). Sum of RGB (Red+Green+Blue) = 54+91+137=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #365B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B89 is #C9A476. Grayscale: #545454. Windows color (decimal): -13214839 or 9001782. OLE color: 9001782.

HSL color Cylindrical-coordinate representation of color #365B89: hue angle of 213.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365B89 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 91 137 -
CMYK 0.61 0.34 0 0.46
HSL 213.25º 0.43% 0.37% -
HSV(B) 213.25º 0.61% 0.54% -
XYZ 9.78 10.07 25.1 -
YUV 85.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 54 91 137 0.61 0.34 0 0.46 213.25 0.43 0.37
Hex 36 5B 89 3D 22 0 2E D5 2B 25
Octal 66 133 211 75 42 0 56 325 53 45
Binary 110110 1011011 10001001 111101 100010 0 101110 11010101 101011 100101

Color Harmonies of #365B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B89

Black with #365B89

Text Example


Text Example

White with #365B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,137); }

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

background-color css

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

 a { background-color: rgb(54,91,137); }

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

border-color css

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

 span { border-color: rgb(54,91,137); }

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