Html Css Color HEX #2A4769 Catalina Blue

📋 copy color: '#2A4769'

red 42 ◦ green 71 ◦ blue 105

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

Shades of Catalina Blue #2A4769

Tints of Catalina Blue #2A4769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 19.27%
G = 32.57%
B = 48.17%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A4769 (or 0x2A4769) is known color: Catalina Blue. HEX triplet: 2A, 47 and 69. RGB value is (42,71,105). Sum of RGB (Red+Green+Blue) = 42+71+105=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A4769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4769 is #D5B896. Grayscale: #424242. Windows color (decimal): -14006423 or 6899498. OLE color: 6899498.

HSL color Cylindrical-coordinate representation of color #2A4769: hue angle of 212.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A4769 is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 71 105 -
CMYK 0.6 0.32 0 0.59
HSL 212.38º 0.43% 0.29% -
HSV(B) 212.38º 0.6% 0.41% -
XYZ 5.76 6.02 14.22 -
YUV 66.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 42 71 105 0.6 0.32 0 0.59 212.38 0.43 0.29
Hex 2A 47 69 3C 20 0 3B D4 2B 1D
Octal 52 107 151 74 40 0 73 324 53 35
Binary 101010 1000111 1101001 111100 100000 0 111011 11010100 101011 11101

Color Harmonies of #2A4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4769

Black with #2A4769

Text Example


Text Example

White with #2A4769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,105); }

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

background-color css

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

 a { background-color: rgb(42,71,105); }

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

border-color css

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

 span { border-color: rgb(42,71,105); }

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