#33357B

Color #33357B Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #33357B

Tints of Torea Bay #33357B

Color information

#33357B (or 0x33357B) is unknown color: approx Torea Bay. HEX triplet: 33, 35 and 7B. RGB value is (51,53,123). Sum of RGB (Red+Green+Blue) = 51+53+123=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #33357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33357B is #CCCA84. Grayscale: #3C3C3C. Windows color (decimal): -13421189 or 8074547. OLE color: 8074547.

HSL color Cylindrical-coordinate representation of color #33357B: hue angle of 238.33º 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 #33357B is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5153123-
CMYK0.590.5700.52
HSL238.33º41.38%34.12%-
HSV(B)238.33º58.54%48.24%-
XYZ6.214.6819.31-
YUV60.38163.34121.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=22.47%
G=23.35%
B=54.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51531230.590.5700.52238.3341.3834.12
Hex33357B3B39034ee2922
Octal636517373710643565142
Binary1100111101011111011111011111001011010011101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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