#2B4563

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

Shades of Catalina Blue #2B4563

Tints of Catalina Blue #2B4563

Color information

#2B4563 (or 0x2B4563) is unknown color: approx Catalina Blue. HEX triplet: 2B, 45 and 63. RGB value is (43,69,99). Sum of RGB (Red+Green+Blue) = 43+69+99=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4563 is #D4BA9C. Grayscale: #404040. Windows color (decimal): -13941405 or 6505771. OLE color: 6505771.

HSL color Cylindrical-coordinate representation of color #2B4563: hue angle of 212.14º 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 #2B4563 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB436999-
CMYK0.570.3000.61
HSL212.14º39.44%27.84%-
HSV(B)212.14º56.57%38.82%-
XYZ5.385.6712.62-
YUV64.65147.39112.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=20.38%
G=32.70%
B=46.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4369990.570.3000.61212.1439.4427.84
Hex2B4563391E03Dd4271c
Octal5310514371360753244734
Binary101011100010111000111110011111001111011101010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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