Html Css Color HEX #2A4261 Catalina Blue

📋 copy color: '#2A4261'

red 42 ◦ green 66 ◦ blue 97

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

Shades of Catalina Blue #2A4261

Tints of Catalina Blue #2A4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

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

R = 20.49%
G = 32.2%
B = 47.32%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A4261 (or 0x2A4261) is known color: Catalina Blue. HEX triplet: 2A, 42 and 61. RGB value is (42,66,97). Sum of RGB (Red+Green+Blue) = 42+66+97=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4261 is #D5BD9E. Grayscale: #3E3E3E. Windows color (decimal): -14007711 or 6373930. OLE color: 6373930.

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

Color convert

RGB 42 66 97 -
CMYK 0.57 0.32 0 0.62
HSL 213.82º 0.4% 0.27% -
HSV(B) 213.82º 0.57% 0.38% -
XYZ 5.06 5.25 12.06 -
YUV 62.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 42 66 97 0.57 0.32 0 0.62 213.82 0.4 0.27
Hex 2A 42 61 39 20 0 3E D6 28 1B
Octal 52 102 141 71 40 0 76 326 50 33
Binary 101010 1000010 1100001 111001 100000 0 111110 11010110 101000 11011

Color Harmonies of #2A4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4261

Black with #2A4261

Text Example


Text Example

White with #2A4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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