#2b3e57

Color #2B3E57 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #2B3E57

Tints of Catalina Blue #2B3E57

Color information

#2B3E57 (or 0x2B3E57) is unknown color: approx Catalina Blue. HEX triplet: 2B, 3E and 57. RGB value is (43,62,87). Sum of RGB (Red+Green+Blue) = 43+62+87=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B3E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E57 is #D4C1A8. Grayscale: #3B3B3B. Windows color (decimal): -13943209 or 5717547. OLE color: 5717547.

HSL color Cylindrical-coordinate representation of color #2B3E57: hue angle of 214.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3E57 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB436287-
CMYK0.510.2900.66
HSL214.09º33.85%25.49%-
HSV(B)214.09º50.57%34.12%-
XYZ4.444.659.68-
YUV59.17143.71116.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=22.40%
G=32.29%
B=45.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4362870.510.2900.66214.0933.8525.49
Hex2B3E57331D042d62219
Octal5376127633501023264231
Binary101011111110101011111001111101010000101101011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3e57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,87); }

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

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

 a { background-color: rgb(43,62,87); }

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

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

 span { border-color: rgb(43,62,87); }

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