#2D3F5E

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

Shades of Catalina Blue #2D3F5E

Tints of Catalina Blue #2D3F5E

Color information

#2D3F5E (or 0x2D3F5E) is unknown color: approx Catalina Blue. HEX triplet: 2D, 3F and 5E. RGB value is (45,63,94). Sum of RGB (Red+Green+Blue) = 45+63+94=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D3F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3F5E is #D2C0A1. Grayscale: #3D3D3D. Windows color (decimal): -13811874 or 6176557. OLE color: 6176557.

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

Color convert

RGB456394-
CMYK0.520.3300.63
HSL217.96º35.25%27.25%-
HSV(B)217.96º52.13%36.86%-
XYZ4.884.9211.28-
YUV61.15146.54116.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=22.28%
G=31.19%
B=46.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4563940.520.3300.63217.9635.2527.25
Hex2D3F5E342103Fda231b
Octal557713664410773324333
Binary101101111111101111011010010000101111111101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,94); }

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

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

 a { background-color: rgb(45,63,94); }

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

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

 span { border-color: rgb(45,63,94); }

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