Html Css Color HEX #365880 St Tropaz

📋 copy color: '#365880'

red 54 ◦ green 88 ◦ blue 128

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

Shades of St Tropaz #365880

Tints of St Tropaz #365880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 20%
G = 32.59%
B = 47.41%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365880 (or 0x365880) is known color: St Tropaz. HEX triplet: 36, 58 and 80. RGB value is (54,88,128). Sum of RGB (Red+Green+Blue) = 54+88+128=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #365880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365880 is #C9A77F. Grayscale: #525252. Windows color (decimal): -13215616 or 8411190. OLE color: 8411190.

HSL color Cylindrical-coordinate representation of color #365880: hue angle of 212.43º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365880 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 88 128 -
CMYK 0.58 0.31 0 0.50
HSL 212.43º 0.41% 0.36% -
HSV(B) 212.43º 0.58% 0.5% -
XYZ 8.91 9.32 21.75 -
YUV 82.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 54 88 128 0.58 0.31 0 0.50 212.43 0.41 0.36
Hex 36 58 80 3A 1F 0 32 D4 29 24
Octal 66 130 200 72 37 0 62 324 51 44
Binary 110110 1011000 10000000 111010 11111 0 110010 11010100 101001 100100

Color Harmonies of #365880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365880

Black with #365880

Text Example


Text Example

White with #365880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365880; }

 p { color: rgb(54,88,128); }

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

background-color css

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

 a { background-color: rgb(54,88,128); }

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

border-color css

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

 span { border-color: rgb(54,88,128); }

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