#2D455F

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

Shades of Catalina Blue #2D455F

Tints of Catalina Blue #2D455F

Color information

#2D455F (or 0x2D455F) is unknown color: approx Catalina Blue. HEX triplet: 2D, 45 and 5F. RGB value is (45,69,95). Sum of RGB (Red+Green+Blue) = 45+69+95=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D455F is #D2BAA0. Grayscale: #404040. Windows color (decimal): -13810337 or 6243629. OLE color: 6243629.

HSL color Cylindrical-coordinate representation of color #2D455F: hue angle of 211.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D455F is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB456995-
CMYK0.530.2700.63
HSL211.2º35.71%27.45%-
HSV(B)211.2º52.63%37.25%-
XYZ5.285.6411.64-
YUV64.79145.05113.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=21.53%
G=33.01%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4569950.530.2700.63211.235.7127.45
Hex2D455F351B03Fd3241b
Octal5510513765330773234433
Binary101101100010110111111101011101101111111101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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