#2D4667

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

Shades of Catalina Blue #2D4667

Tints of Catalina Blue #2D4667

Color information

#2D4667 (or 0x2D4667) is unknown color: approx Catalina Blue. HEX triplet: 2D, 46 and 67. RGB value is (45,70,103). Sum of RGB (Red+Green+Blue) = 45+70+103=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4667 is #D2B998. Grayscale: #424242. Windows color (decimal): -13810073 or 6768173. OLE color: 6768173.

HSL color Cylindrical-coordinate representation of color #2D4667: hue angle of 214.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D4667 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4570103-
CMYK0.560.3200.60
HSL214.14º39.19%29.02%-
HSV(B)214.14º56.31%40.39%-
XYZ5.725.9213.67-
YUV66.29148.72112.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=20.64%
G=32.11%
B=47.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45701030.560.3200.60214.1439.1929.02
Hex2D4667382003Cd6271d
Octal5510614770400743264735
Binary1011011000110110011111100010000001111001101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,103); }

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

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

 a { background-color: rgb(45,70,103); }

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

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

 span { border-color: rgb(45,70,103); }

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