#33367A

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

Shades of Torea Bay #33367A

Tints of Torea Bay #33367A

Color information

#33367A (or 0x33367A) is unknown color: approx Torea Bay. HEX triplet: 33, 36 and 7A. RGB value is (51,54,122). Sum of RGB (Red+Green+Blue) = 51+54+122=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #33367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367A is #CCC985. Grayscale: #3C3C3C. Windows color (decimal): -13420934 or 8009267. OLE color: 8009267.

HSL color Cylindrical-coordinate representation of color #33367A: hue angle of 237.46º 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 #33367A is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5154122-
CMYK0.580.5600.52
HSL237.46º41.04%33.92%-
HSV(B)237.46º58.2%47.84%-
XYZ6.24.7519-
YUV60.86162.51120.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=22.47%
G=23.79%
B=53.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51541220.580.5600.52237.4641.0433.92
Hex33367A3A38034ed2922
Octal636617272700643555142
Binary1100111101101111010111010111000011010011101101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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