#33507A

Color #33507A St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #33507A

Tints of St Tropaz #33507A

Color information

#33507A (or 0x33507A) is unknown color: approx St Tropaz. HEX triplet: 33, 50 and 7A. RGB value is (51,80,122). Sum of RGB (Red+Green+Blue) = 51+80+122=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #33507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33507A is #CCAF85. Grayscale: #4B4B4B. Windows color (decimal): -13414278 or 8015923. OLE color: 8015923.

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

Color convert

RGB5180122-
CMYK0.580.3400.52
HSL215.49º41.04%33.92%-
HSV(B)215.49º58.2%47.84%-
XYZ7.757.8519.52-
YUV76.12153.89110.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=20.16%
G=31.62%
B=48.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51801220.580.3400.52215.4941.0433.92
Hex33507A3A22034d72922
Octal6312017272420643275142
Binary11001110100001111010111010100010011010011010111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33507A;
 }
 .AnyTagClassName
 {
   color: #33507A;
 }
</style>
background-color css

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

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

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

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

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

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