#2B4060

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

Shades of Catalina Blue #2B4060

Tints of Catalina Blue #2B4060

Color information

#2B4060 (or 0x2B4060) is unknown color: approx Catalina Blue. HEX triplet: 2B, 40 and 60. RGB value is (43,64,96). Sum of RGB (Red+Green+Blue) = 43+64+96=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4060 is #D4BF9F. Grayscale: #3D3D3D. Windows color (decimal): -13942688 or 6307883. OLE color: 6307883.

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

Color convert

RGB436496-
CMYK0.550.3300.62
HSL216.23º38.13%27.25%-
HSV(B)216.23º55.21%37.65%-
XYZ4.945.0211.78-
YUV61.37147.54114.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=21.18%
G=31.53%
B=47.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4364960.550.3300.62216.2338.1327.25
Hex2B4060372103Ed8261b
Octal5310014067410763304633
Binary1010111000000110000011011110000101111101101100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,96); }

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

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

 a { background-color: rgb(43,64,96); }

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

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

 span { border-color: rgb(43,64,96); }

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