#2F4662

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

Shades of Catalina Blue #2F4662

Tints of Catalina Blue #2F4662

Color information

#2F4662 (or 0x2F4662) is unknown color: approx Catalina Blue. HEX triplet: 2F, 46 and 62. RGB value is (47,70,98). Sum of RGB (Red+Green+Blue) = 47+70+98=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4662 is #D0B99D. Grayscale: #424242. Windows color (decimal): -13679006 or 6440495. OLE color: 6440495.

HSL color Cylindrical-coordinate representation of color #2F4662: hue angle of 212.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F4662 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB477098-
CMYK0.520.2900.62
HSL212.94º35.17%28.43%-
HSV(B)212.94º52.04%38.43%-
XYZ5.575.8712.39-
YUV66.32145.88114.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=21.86%
G=32.56%
B=45.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4770980.520.2900.62212.9435.1728.43
Hex2F4662341D03Ed5231c
Octal5710614264350763254334
Binary101111100011011000101101001110101111101101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,98); }

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

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

 a { background-color: rgb(47,70,98); }

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

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

 span { border-color: rgb(47,70,98); }

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