Html Css Color HEX #2A4369 Catalina Blue

📋 copy color: '#2A4369'

red 42 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #2A4369

Tints of Catalina Blue #2A4369

RGB

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

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

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

R = 19.63%
G = 31.31%
B = 49.07%

CMYK

 C value IS 0.6

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A4369 (or 0x2A4369) is known color: Catalina Blue. HEX triplet: 2A, 43 and 69. RGB value is (42,67,105). Sum of RGB (Red+Green+Blue) = 42+67+105=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4369 is #D5BC96. Grayscale: #3F3F3F. Windows color (decimal): -14007447 or 6898474. OLE color: 6898474.

HSL color Cylindrical-coordinate representation of color #2A4369: hue angle of 216.19º 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 #2A4369 is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 67 105 -
CMYK 0.6 0.36 0 0.59
HSL 216.19º 0.43% 0.29% -
HSV(B) 216.19º 0.6% 0.41% -
XYZ 5.51 5.53 14.14 -
YUV 63.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 42 67 105 0.6 0.36 0 0.59 216.19 0.43 0.29
Hex 2A 43 69 3C 24 0 3B D8 2B 1D
Octal 52 103 151 74 44 0 73 330 53 35
Binary 101010 1000011 1101001 111100 100100 0 111011 11011000 101011 11101

Color Harmonies of #2A4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4369

Black with #2A4369

Text Example


Text Example

White with #2A4369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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