Html Css Color HEX #2A3E55 Catalina Blue

📋 copy color: '#2A3E55'

red 42 ◦ green 62 ◦ blue 85

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

Shades of Catalina Blue #2A3E55

Tints of Catalina Blue #2A3E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 22.22%
G = 32.8%
B = 44.97%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A3E55 (or 0x2A3E55) is known color: Catalina Blue. HEX triplet: 2A, 3E and 55. RGB value is (42,62,85). Sum of RGB (Red+Green+Blue) = 42+62+85=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A3E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3E55 is #D5C1AA. Grayscale: #3A3A3A. Windows color (decimal): -14008747 or 5586474. OLE color: 5586474.

HSL color Cylindrical-coordinate representation of color #2A3E55: hue angle of 212.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A3E55 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 62 85 -
CMYK 0.51 0.27 0 0.67
HSL 212.09º 0.34% 0.25% -
HSV(B) 212.09º 0.51% 0.33% -
XYZ 4.32 4.59 9.25 -
YUV 58.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 42 62 85 0.51 0.27 0 0.67 212.09 0.34 0.25
Hex 2A 3E 55 33 1B 0 43 D4 22 19
Octal 52 76 125 63 33 0 103 324 42 31
Binary 101010 111110 1010101 110011 11011 0 1000011 11010100 100010 11001

Color Harmonies of #2A3E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3E55

Black with #2A3E55

Text Example


Text Example

White with #2A3E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,62,85); }

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

background-color css

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

 a { background-color: rgb(42,62,85); }

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

border-color css

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

 span { border-color: rgb(42,62,85); }

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