#2C3F5E

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

Shades of Catalina Blue #2C3F5E

Tints of Catalina Blue #2C3F5E

Color information

#2C3F5E (or 0x2C3F5E) is unknown color: approx Catalina Blue. HEX triplet: 2C, 3F and 5E. RGB value is (44,63,94). Sum of RGB (Red+Green+Blue) = 44+63+94=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C3F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3F5E is #D3C0A1. Grayscale: #3C3C3C. Windows color (decimal): -13877410 or 6176556. OLE color: 6176556.

HSL color Cylindrical-coordinate representation of color #2C3F5E: hue angle of 217.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 #2C3F5E is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB446394-
CMYK0.530.3300.63
HSL217.2º36.23%27.06%-
HSV(B)217.2º53.19%36.86%-
XYZ4.844.911.28-
YUV60.85146.71115.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=21.89%
G=31.34%
B=46.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4463940.530.3300.63217.236.2327.06
Hex2C3F5E352103Fd9241b
Octal547713665410773314433
Binary101100111111101111011010110000101111111101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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