Html Css Color HEX #33507B St Tropaz

📋 copy color: '#33507B'

red 51 ◦ green 80 ◦ blue 123

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

Shades of St Tropaz #33507B

Tints of St Tropaz #33507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 20.08%
G = 31.5%
B = 48.43%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33507B (or 0x33507B) is known color: St Tropaz. HEX triplet: 33, 50 and 7B. RGB value is (51,80,123). Sum of RGB (Red+Green+Blue) = 51+80+123=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #33507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33507B is #CCAF84. Grayscale: #4C4C4C. Windows color (decimal): -13414277 or 8081459. OLE color: 8081459.

HSL color Cylindrical-coordinate representation of color #33507B: hue angle of 215.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33507B is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 80 123 -
CMYK 0.59 0.35 0 0.52
HSL 215.83º 0.41% 0.34% -
HSV(B) 215.83º 0.59% 0.48% -
XYZ 7.81 7.87 19.85 -
YUV 76.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 51 80 123 0.59 0.35 0 0.52 215.83 0.41 0.34
Hex 33 50 7B 3B 23 0 34 D8 29 22
Octal 63 120 173 73 43 0 64 330 51 42
Binary 110011 1010000 1111011 111011 100011 0 110100 11011000 101001 100010

Color Harmonies of #33507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33507B

Black with #33507B

Text Example


Text Example

White with #33507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,80,123); }

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

background-color css

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

 a { background-color: rgb(51,80,123); }

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

border-color css

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

 span { border-color: rgb(51,80,123); }

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