#2D4563

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

Shades of Catalina Blue #2D4563

Tints of Catalina Blue #2D4563

Color information

#2D4563 (or 0x2D4563) is unknown color: approx Catalina Blue. HEX triplet: 2D, 45 and 63. RGB value is (45,69,99). Sum of RGB (Red+Green+Blue) = 45+69+99=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4563 is #D2BA9C. Grayscale: #414141. Windows color (decimal): -13810333 or 6505773. OLE color: 6505773.

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

Color convert

RGB456999-
CMYK0.550.3000.61
HSL213.33º37.5%28.24%-
HSV(B)213.33º54.55%38.82%-
XYZ5.465.7112.62-
YUV65.24147.05113.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.13%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=21.13%
G=32.39%
B=46.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4569990.550.3000.61213.3337.528.24
Hex2D4563371E03Dd5261c
Octal5510514367360753254634
Binary101101100010111000111101111111001111011101010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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