Html Css Color HEX #33598B St Tropaz

📋 copy color: '#33598B'

red 51 ◦ green 89 ◦ blue 139

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

Shades of St Tropaz #33598B

Tints of St Tropaz #33598B

RGB

 RED value IS 51 (20.31% from 255) = 18.28%

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 18.28%
G = 31.9%
B = 49.82%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33598B (or 0x33598B) is known color: St Tropaz. HEX triplet: 33, 59 and 8B. RGB value is (51,89,139). Sum of RGB (Red+Green+Blue) = 51+89+139=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #33598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33598B is #CCA674. Grayscale: #535353. Windows color (decimal): -13411957 or 9132339. OLE color: 9132339.

HSL color Cylindrical-coordinate representation of color #33598B: hue angle of 214.09º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33598B is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 89 139 -
CMYK 0.63 0.36 0 0.45
HSL 214.09º 0.46% 0.37% -
HSV(B) 214.09º 0.63% 0.55% -
XYZ 9.6 9.71 25.79 -
YUV 83.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 51 89 139 0.63 0.36 0 0.45 214.09 0.46 0.37
Hex 33 59 8B 3F 24 0 2D D6 2E 25
Octal 63 131 213 77 44 0 55 326 56 45
Binary 110011 1011001 10001011 111111 100100 0 101101 11010110 101110 100101

Color Harmonies of #33598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33598B

Black with #33598B

Text Example


Text Example

White with #33598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33598B; }

 p { color: rgb(51,89,139); }

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

background-color css

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

 a { background-color: rgb(51,89,139); }

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

border-color css

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

 span { border-color: rgb(51,89,139); }

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