Html Css Color HEX #2A4161 Catalina Blue

📋 copy color: '#2A4161'

red 42 ◦ green 65 ◦ blue 97

#2A4161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #2A4161

Tints of Catalina Blue #2A4161

RGB

 RED value IS 42 (16.8% from 255) = 20.59%

 GREEN value IS 65 (25.78% from 255) = 31.86%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 20.59%
G = 31.86%
B = 47.55%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A4161 (or 0x2A4161) is known color: Catalina Blue. HEX triplet: 2A, 41 and 61. RGB value is (42,65,97). Sum of RGB (Red+Green+Blue) = 42+65+97=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4161 is #D5BE9E. Grayscale: #3D3D3D. Windows color (decimal): -14007967 or 6373674. OLE color: 6373674.

HSL color Cylindrical-coordinate representation of color #2A4161: hue angle of 214.91º 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 #2A4161 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 65 97 -
CMYK 0.57 0.33 0 0.62
HSL 214.91º 0.4% 0.27% -
HSV(B) 214.91º 0.57% 0.38% -
XYZ 5 5.14 12.04 -
YUV 61.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 42 65 97 0.57 0.33 0 0.62 214.91 0.4 0.27
Hex 2A 41 61 39 21 0 3E D7 28 1B
Octal 52 101 141 71 41 0 76 327 50 33
Binary 101010 1000001 1100001 111001 100001 0 111110 11010111 101000 11011

Color Harmonies of #2A4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4161

Black with #2A4161

Text Example


Text Example

White with #2A4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A4161;
 }
 .AnyTagClassName
 {
   color: #2A4161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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