Html Css Color HEX #2C7489 Astral

📋 copy color: '#2C7489'

red 44 ◦ green 116 ◦ blue 137

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

Shades of Astral #2C7489

Tints of Astral #2C7489

RGB

 RED value IS 44 (17.58% from 255) = 14.81%

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 14.81%
G = 39.06%
B = 46.13%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C7489 (or 0x2C7489) is known color: Astral. HEX triplet: 2C, 74 and 89. RGB value is (44,116,137). Sum of RGB (Red+Green+Blue) = 44+116+137=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C7489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7489 is #D38B76. Grayscale: #606060. Windows color (decimal): -13863799 or 9008172. OLE color: 9008172.

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

Color convert

RGB 44 116 137 -
CMYK 0.68 0.15 0 0.46
HSL 193.55º 0.51% 0.35% -
HSV(B) 193.55º 0.68% 0.54% -
XYZ 11.8 14.83 25.91 -
YUV 96.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 44 116 137 0.68 0.15 0 0.46 193.55 0.51 0.35
Hex 2C 74 89 44 F 0 2E C2 33 23
Octal 54 164 211 104 17 0 56 302 63 43
Binary 101100 1110100 10001001 1000100 1111 0 101110 11000010 110011 100011

Color Harmonies of #2C7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7489

Black with #2C7489

Text Example


Text Example

White with #2C7489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,116,137); }

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

background-color css

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

 a { background-color: rgb(44,116,137); }

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

border-color css

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

 span { border-color: rgb(44,116,137); }

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