#2A3688

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

Shades of Torea Bay #2A3688

Tints of Torea Bay #2A3688

Color information

#2A3688 (or 0x2A3688) is unknown color: approx Torea Bay. HEX triplet: 2A, 36 and 88. RGB value is (42,54,136). Sum of RGB (Red+Green+Blue) = 42+54+136=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A3688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3688 is #D5C977. Grayscale: #3B3B3B. Windows color (decimal): -14010744 or 8926762. OLE color: 8926762.

HSL color Cylindrical-coordinate representation of color #2A3688: hue angle of 232.34º 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 #2A3688 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4254136-
CMYK0.690.6000.47
HSL232.34º52.81%34.9%-
HSV(B)232.34º69.12%53.33%-
XYZ6.724.9123.89-
YUV59.76171.02115.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 136 (53.52% from 255) = 58.62%
R=18.10%
G=23.28%
B=58.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42541360.690.6000.47232.3452.8134.9
Hex2A3688453C02Fe83523
Octal5266210105740573506543
Binary101010110110100010001000101111100010111111101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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