#2B4261

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

Shades of Catalina Blue #2B4261

Tints of Catalina Blue #2B4261

Color information

#2B4261 (or 0x2B4261) is unknown color: approx Catalina Blue. HEX triplet: 2B, 42 and 61. RGB value is (43,66,97). Sum of RGB (Red+Green+Blue) = 43+66+97=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4261 is #D4BD9E. Grayscale: #3E3E3E. Windows color (decimal): -13942175 or 6373931. OLE color: 6373931.

HSL color Cylindrical-coordinate representation of color #2B4261: hue angle of 214.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B4261 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB436697-
CMYK0.560.3200.62
HSL214.44º38.57%27.45%-
HSV(B)214.44º55.67%38.04%-
XYZ5.15.2712.06-
YUV62.66147.38113.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=20.87%
G=32.04%
B=47.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4366970.560.3200.62214.4438.5727.45
Hex2B4261382003Ed6271b
Octal5310214170400763264733
Binary1010111000010110000111100010000001111101101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,97); }

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

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

 a { background-color: rgb(43,66,97); }

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

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

 span { border-color: rgb(43,66,97); }

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