#2A3D61

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

Shades of Catalina Blue #2A3D61

Tints of Catalina Blue #2A3D61

Color information

#2A3D61 (or 0x2A3D61) is unknown color: approx Catalina Blue. HEX triplet: 2A, 3D and 61. RGB value is (42,61,97). Sum of RGB (Red+Green+Blue) = 42+61+97=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A3D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D61 is #D5C29E. Grayscale: #3B3B3B. Windows color (decimal): -14008991 or 6372650. OLE color: 6372650.

HSL color Cylindrical-coordinate representation of color #2A3D61: hue angle of 219.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A3D61 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB426197-
CMYK0.570.3700.62
HSL219.27º39.57%27.25%-
HSV(B)219.27º56.7%38.04%-
XYZ4.784.6911.96-
YUV59.42149.21115.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=21%
G=30.5%
B=48.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4261970.570.3700.62219.2739.5727.25
Hex2A3D61392503Edb281b
Octal527514171450763335033
Binary101010111101110000111100110010101111101101101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,97); }

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

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

 a { background-color: rgb(42,61,97); }

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

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

 span { border-color: rgb(42,61,97); }

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