#2B4063

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

Shades of Catalina Blue #2B4063

Tints of Catalina Blue #2B4063

Color information

#2B4063 (or 0x2B4063) is unknown color: approx Catalina Blue. HEX triplet: 2B, 40 and 63. RGB value is (43,64,99). Sum of RGB (Red+Green+Blue) = 43+64+99=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4063 is #D4BF9C. Grayscale: #3D3D3D. Windows color (decimal): -13942685 or 6504491. OLE color: 6504491.

HSL color Cylindrical-coordinate representation of color #2B4063: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4063 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB436499-
CMYK0.570.3500.61
HSL217.5º39.44%27.84%-
HSV(B)217.5º56.57%38.82%-
XYZ5.085.0812.52-
YUV61.71149.04114.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=20.87%
G=31.07%
B=48.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4364990.570.3500.61217.539.4427.84
Hex2B4063392303Dda271c
Octal5310014371430753324734
Binary1010111000000110001111100110001101111011101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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