Html Css Color HEX #2D7589 Astral

📋 copy color: '#2D7589'

red 45 ◦ green 117 ◦ blue 137

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

Shades of Astral #2D7589

Tints of Astral #2D7589

RGB

 RED value IS 45 (17.97% from 255) = 15.05%

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 15.05%
G = 39.13%
B = 45.82%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D7589 (or 0x2D7589) is known color: Astral. HEX triplet: 2D, 75 and 89. RGB value is (45,117,137). Sum of RGB (Red+Green+Blue) = 45+117+137=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7589 is #D28A76. Grayscale: #616161. Windows color (decimal): -13798007 or 9008429. OLE color: 9008429.

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

Color convert

RGB 45 117 137 -
CMYK 0.67 0.15 0 0.46
HSL 193.04º 0.51% 0.36% -
HSV(B) 193.04º 0.67% 0.54% -
XYZ 11.96 15.09 25.95 -
YUV 97.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 45 117 137 0.67 0.15 0 0.46 193.04 0.51 0.36
Hex 2D 75 89 43 F 0 2E C1 33 24
Octal 55 165 211 103 17 0 56 301 63 44
Binary 101101 1110101 10001001 1000011 1111 0 101110 11000001 110011 100100

Color Harmonies of #2D7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7589

Black with #2D7589

Text Example


Text Example

White with #2D7589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,117,137); }

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

background-color css

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

 a { background-color: rgb(45,117,137); }

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

border-color css

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

 span { border-color: rgb(45,117,137); }

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