Html Css Color HEX #365276 St Tropaz

📋 copy color: '#365276'

red 54 ◦ green 82 ◦ blue 118

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

Shades of St Tropaz #365276

Tints of St Tropaz #365276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 21.26%
G = 32.28%
B = 46.46%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365276 (or 0x365276) is known color: St Tropaz. HEX triplet: 36, 52 and 76. RGB value is (54,82,118). Sum of RGB (Red+Green+Blue) = 54+82+118=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #365276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365276 is #C9AD89. Grayscale: #4D4D4D. Windows color (decimal): -13217162 or 7754294. OLE color: 7754294.

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

Color convert

RGB 54 82 118 -
CMYK 0.54 0.31 0 0.54
HSL 213.75º 0.37% 0.34% -
HSV(B) 213.75º 0.54% 0.46% -
XYZ 7.81 8.13 18.3 -
YUV 77.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 54 82 118 0.54 0.31 0 0.54 213.75 0.37 0.34
Hex 36 52 76 36 1F 0 36 D6 25 22
Octal 66 122 166 66 37 0 66 326 45 42
Binary 110110 1010010 1110110 110110 11111 0 110110 11010110 100101 100010

Color Harmonies of #365276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365276

Black with #365276

Text Example


Text Example

White with #365276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365276; }

 p { color: rgb(54,82,118); }

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

background-color css

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

 a { background-color: rgb(54,82,118); }

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

border-color css

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

 span { border-color: rgb(54,82,118); }

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