Html Css Color HEX #365072 St Tropaz

📋 copy color: '#365072'

red 54 ◦ green 80 ◦ blue 114

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

Shades of St Tropaz #365072

Tints of St Tropaz #365072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 21.77%
G = 32.26%
B = 45.97%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365072 (or 0x365072) is known color: St Tropaz. HEX triplet: 36, 50 and 72. RGB value is (54,80,114). Sum of RGB (Red+Green+Blue) = 54+80+114=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #365072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365072 is #C9AF8D. Grayscale: #4B4B4B. Windows color (decimal): -13217678 or 7491638. OLE color: 7491638.

HSL color Cylindrical-coordinate representation of color #365072: hue angle of 214º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365072 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 80 114 -
CMYK 0.53 0.30 0 0.55
HSL 214º 0.36% 0.33% -
HSV(B) 214º 0.53% 0.45% -
XYZ 7.43 7.74 17.02 -
YUV 76.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 54 80 114 0.53 0.30 0 0.55 214 0.36 0.33
Hex 36 50 72 35 1E 0 37 D6 24 21
Octal 66 120 162 65 36 0 67 326 44 41
Binary 110110 1010000 1110010 110101 11110 0 110111 11010110 100100 100001

Color Harmonies of #365072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365072

Black with #365072

Text Example


Text Example

White with #365072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365072; }

 p { color: rgb(54,80,114); }

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

background-color css

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

 a { background-color: rgb(54,80,114); }

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

border-color css

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

 span { border-color: rgb(54,80,114); }

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