#2B336F

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

Shades of Torea Bay #2B336F

Tints of Torea Bay #2B336F

Color information

#2B336F (or 0x2B336F) is unknown color: approx Torea Bay. HEX triplet: 2B, 33 and 6F. RGB value is (43,51,111). Sum of RGB (Red+Green+Blue) = 43+51+111=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B336F is #D4CC90. Grayscale: #373737. Windows color (decimal): -13946001 or 7287595. OLE color: 7287595.

HSL color Cylindrical-coordinate representation of color #2B336F: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B336F is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4351111-
CMYK0.610.5400.56
HSL232.94º44.16%30.2%-
HSV(B)232.94º61.26%43.53%-
XYZ5.054.0315.55-
YUV55.45159.35119.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=20.98%
G=24.88%
B=54.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43511110.610.5400.56232.9444.1630.2
Hex2B336F3D36038e92c1e
Octal536315775660703515436
Binary101011110011110111111110111011001110001110100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,111); }

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

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

 a { background-color: rgb(43,51,111); }

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

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

 span { border-color: rgb(43,51,111); }

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