Html Css Color HEX #2A6A89 Astral

📋 copy color: '#2A6A89'

red 42 ◦ green 106 ◦ blue 137

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

Shades of Astral #2A6A89

Tints of Astral #2A6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 14.74%
G = 37.19%
B = 48.07%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A6A89 (or 0x2A6A89) is known color: Astral. HEX triplet: 2A, 6A and 89. RGB value is (42,106,137). Sum of RGB (Red+Green+Blue) = 42+106+137=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A6A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6A89 is #D59576. Grayscale: #5A5A5A. Windows color (decimal): -13997431 or 9005610. OLE color: 9005610.

HSL color Cylindrical-coordinate representation of color #2A6A89: hue angle of 199.58º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6A89 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 106 137 -
CMYK 0.69 0.23 0 0.46
HSL 199.58º 0.53% 0.35% -
HSV(B) 199.58º 0.69% 0.54% -
XYZ 10.62 12.61 25.54 -
YUV 90.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 42 106 137 0.69 0.23 0 0.46 199.58 0.53 0.35
Hex 2A 6A 89 45 17 0 2E C8 35 23
Octal 52 152 211 105 27 0 56 310 65 43
Binary 101010 1101010 10001001 1000101 10111 0 101110 11001000 110101 100011

Color Harmonies of #2A6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6A89

Black with #2A6A89

Text Example


Text Example

White with #2A6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,106,137); }

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

background-color css

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

 a { background-color: rgb(42,106,137); }

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

border-color css

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

 span { border-color: rgb(42,106,137); }

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