Html Css Color HEX #2D7084 Astral

📋 copy color: '#2D7084'

red 45 ◦ green 112 ◦ blue 132

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

Shades of Astral #2D7084

Tints of Astral #2D7084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 15.57%
G = 38.75%
B = 45.67%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D7084 (or 0x2D7084) is known color: Astral. HEX triplet: 2D, 70 and 84. RGB value is (45,112,132). Sum of RGB (Red+Green+Blue) = 45+112+132=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D7084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7084 is #D28F7B. Grayscale: #5E5E5E. Windows color (decimal): -13799292 or 8679469. OLE color: 8679469.

HSL color Cylindrical-coordinate representation of color #2D7084: hue angle of 193.79º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D7084 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 112 132 -
CMYK 0.66 0.15 0 0.48
HSL 193.79º 0.49% 0.35% -
HSV(B) 193.79º 0.66% 0.52% -
XYZ 11.04 13.81 23.91 -
YUV 94.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 45 112 132 0.66 0.15 0 0.48 193.79 0.49 0.35
Hex 2D 70 84 42 F 0 30 C2 31 23
Octal 55 160 204 102 17 0 60 302 61 43
Binary 101101 1110000 10000100 1000010 1111 0 110000 11000010 110001 100011

Color Harmonies of #2D7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7084

Black with #2D7084

Text Example


Text Example

White with #2D7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,112,132); }

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

background-color css

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

 a { background-color: rgb(45,112,132); }

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

border-color css

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

 span { border-color: rgb(45,112,132); }

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