Html Css Color HEX #2A4057 Catalina Blue

📋 copy color: '#2A4057'

red 42 ◦ green 64 ◦ blue 87

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

Shades of Catalina Blue #2A4057

Tints of Catalina Blue #2A4057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 21.76%
G = 33.16%
B = 45.08%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2A4057 (or 0x2A4057) is known color: Catalina Blue. HEX triplet: 2A, 40 and 57. RGB value is (42,64,87). Sum of RGB (Red+Green+Blue) = 42+64+87=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4057 is #D5BFA8. Grayscale: #3B3B3B. Windows color (decimal): -14008233 or 5718058. OLE color: 5718058.

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

Color convert

RGB 42 64 87 -
CMYK 0.52 0.26 0 0.66
HSL 210.67º 0.35% 0.25% -
HSV(B) 210.67º 0.52% 0.34% -
XYZ 4.51 4.85 9.71 -
YUV 60.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 42 64 87 0.52 0.26 0 0.66 210.67 0.35 0.25
Hex 2A 40 57 34 1A 0 42 D3 23 19
Octal 52 100 127 64 32 0 102 323 43 31
Binary 101010 1000000 1010111 110100 11010 0 1000010 11010011 100011 11001

Color Harmonies of #2A4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4057

Black with #2A4057

Text Example


Text Example

White with #2A4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,64,87); }

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

background-color css

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

 a { background-color: rgb(42,64,87); }

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

border-color css

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

 span { border-color: rgb(42,64,87); }

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