#2A336E

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

Shades of Torea Bay #2A336E

Tints of Torea Bay #2A336E

Color information

#2A336E (or 0x2A336E) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 6E. RGB value is (42,51,110). Sum of RGB (Red+Green+Blue) = 42+51+110=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A336E is #D5CC91. Grayscale: #363636. Windows color (decimal): -14011538 or 7222058. OLE color: 7222058.

HSL color Cylindrical-coordinate representation of color #2A336E: hue angle of 232.06º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A336E is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4251110-
CMYK0.620.5400.57
HSL232.06º44.74%29.8%-
HSV(B)232.06º61.82%43.14%-
XYZ4.953.9915.26-
YUV55.04159.02118.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=20.69%
G=25.12%
B=54.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42511100.620.5400.57232.0644.7429.8
Hex2A336E3E36039e82d1e
Octal526315676660713505536
Binary101010110011110111011111011011001110011110100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A336E; }

 p { color: rgb(42,51,110); }

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

<style>
 a { background-color: #2A336E; }

 a { background-color: rgb(42,51,110); }

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

<style>
 span { border-color: #2A336E; }

 span { border-color: rgb(42,51,110); }

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