#2F445E

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

Shades of Catalina Blue #2F445E

Tints of Catalina Blue #2F445E

Color information

#2F445E (or 0x2F445E) is unknown color: approx Catalina Blue. HEX triplet: 2F, 44 and 5E. RGB value is (47,68,94). Sum of RGB (Red+Green+Blue) = 47+68+94=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F445E is #D0BBA1. Grayscale: #404040. Windows color (decimal): -13679522 or 6177839. OLE color: 6177839.

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

Color convert

RGB476894-
CMYK0.50.2800.63
HSL213.19º33.33%27.65%-
HSV(B)213.19º50%36.86%-
XYZ5.265.5511.38-
YUV64.68144.54115.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=22.49%
G=32.54%
B=44.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4768940.50.2800.63213.1933.3327.65
Hex2F445E321C03Fd5211c
Octal5710413662340773254134
Binary101111100010010111101100101110001111111101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,94); }

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

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

 a { background-color: rgb(47,68,94); }

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

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

 span { border-color: rgb(47,68,94); }

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