Html Css Color HEX #2A4362 Catalina Blue

📋 copy color: '#2A4362'

red 42 ◦ green 67 ◦ blue 98

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

Shades of Catalina Blue #2A4362

Tints of Catalina Blue #2A4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 20.29%
G = 32.37%
B = 47.34%

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

#2A4362 (or 0x2A4362) is known color: Catalina Blue. HEX triplet: 2A, 43 and 62. RGB value is (42,67,98). Sum of RGB (Red+Green+Blue) = 42+67+98=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4362 is #D5BC9D. Grayscale: #3E3E3E. Windows color (decimal): -14007454 or 6439722. OLE color: 6439722.

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

Color convert

RGB 42 67 98 -
CMYK 0.57 0.32 0 0.62
HSL 213.21º 0.4% 0.27% -
HSV(B) 213.21º 0.57% 0.38% -
XYZ 5.17 5.39 12.32 -
YUV 63.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 42 67 98 0.57 0.32 0 0.62 213.21 0.4 0.27
Hex 2A 43 62 39 20 0 3E D5 28 1B
Octal 52 103 142 71 40 0 76 325 50 33
Binary 101010 1000011 1100010 111001 100000 0 111110 11010101 101000 11011

Color Harmonies of #2A4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4362

Black with #2A4362

Text Example


Text Example

White with #2A4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,67,98); }

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

background-color css

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

 a { background-color: rgb(42,67,98); }

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

border-color css

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

 span { border-color: rgb(42,67,98); }

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