#2A3388

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

Shades of Torea Bay #2A3388

Tints of Torea Bay #2A3388

Color information

#2A3388 (or 0x2A3388) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 88. RGB value is (42,51,136). Sum of RGB (Red+Green+Blue) = 42+51+136=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A3388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3388 is #D5CC77. Grayscale: #393939. Windows color (decimal): -14011512 or 8925994. OLE color: 8925994.

HSL color Cylindrical-coordinate representation of color #2A3388: hue angle of 234.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3388 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4251136-
CMYK0.690.6200.47
HSL234.26º52.81%34.9%-
HSV(B)234.26º69.12%53.33%-
XYZ6.584.6423.84-
YUV58172.02116.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=18.34%
G=22.27%
B=59.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42511360.690.6200.47234.2652.8134.9
Hex2A3388453E02Fea3523
Octal5263210105760573526543
Binary101010110011100010001000101111110010111111101010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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