#2A3F55

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

Shades of Catalina Blue #2A3F55

Tints of Catalina Blue #2A3F55

Color information

#2A3F55 (or 0x2A3F55) is unknown color: approx Catalina Blue. HEX triplet: 2A, 3F and 55. RGB value is (42,63,85). Sum of RGB (Red+Green+Blue) = 42+63+85=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A3F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F55 is #D5C0AA. Grayscale: #3B3B3B. Windows color (decimal): -14008491 or 5586730. OLE color: 5586730.

HSL color Cylindrical-coordinate representation of color #2A3F55: hue angle of 210.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A3F55 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB426385-
CMYK0.510.2600.67
HSL210.7º33.86%24.9%-
HSV(B)210.7º50.59%33.33%-
XYZ4.374.79.27-
YUV59.23142.54115.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=22.11%
G=33.16%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4263850.510.2600.67210.733.8624.9
Hex2A3F55331A043d32219
Octal5277125633201033234231
Binary101010111111101010111001111010010000111101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,85); }

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

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

 a { background-color: rgb(42,63,85); }

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

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

 span { border-color: rgb(42,63,85); }

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