Html Css Color HEX #2D7484 Astral

📋 copy color: '#2D7484'

red 45 ◦ green 116 ◦ blue 132

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

Shades of Astral #2D7484

Tints of Astral #2D7484

RGB

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

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

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

R = 15.36%
G = 39.59%
B = 45.05%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D7484 (or 0x2D7484) is known color: Astral. HEX triplet: 2D, 74 and 84. RGB value is (45,116,132). Sum of RGB (Red+Green+Blue) = 45+116+132=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7484 is #D28B7B. Grayscale: #606060. Windows color (decimal): -13798268 or 8680493. OLE color: 8680493.

HSL color Cylindrical-coordinate representation of color #2D7484: hue angle of 191.03º 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 #2D7484 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 116 132 -
CMYK 0.66 0.12 0 0.48
HSL 191.03º 0.49% 0.35% -
HSV(B) 191.03º 0.66% 0.52% -
XYZ 11.49 14.71 24.06 -
YUV 96.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 45 116 132 0.66 0.12 0 0.48 191.03 0.49 0.35
Hex 2D 74 84 42 C 0 30 BF 31 23
Octal 55 164 204 102 14 0 60 277 61 43
Binary 101101 1110100 10000100 1000010 1100 0 110000 10111111 110001 100011

Color Harmonies of #2D7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7484

Black with #2D7484

Text Example


Text Example

White with #2D7484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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