#2B346E

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

Shades of Torea Bay #2B346E

Tints of Torea Bay #2B346E

Color information

#2B346E (or 0x2B346E) is unknown color: approx Torea Bay. HEX triplet: 2B, 34 and 6E. RGB value is (43,52,110). Sum of RGB (Red+Green+Blue) = 43+52+110=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B346E is #D4CB91. Grayscale: #373737. Windows color (decimal): -13945746 or 7222315. OLE color: 7222315.

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

Color convert

RGB4352110-
CMYK0.610.5300.57
HSL231.94º43.79%30%-
HSV(B)231.94º60.91%43.14%-
XYZ5.044.115.28-
YUV55.92158.52118.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=20.98%
G=25.37%
B=53.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43521100.610.5300.57231.9443.7930
Hex2B346E3D35039e82c1e
Octal536415675650713505436
Binary101011110100110111011110111010101110011110100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,110); }

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

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

 a { background-color: rgb(43,52,110); }

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

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

 span { border-color: rgb(43,52,110); }

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