Html Css Color HEX #30717F Astral

📋 copy color: '#30717F'

red 48 ◦ green 113 ◦ blue 127

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

Shades of Astral #30717F

Tints of Astral #30717F

RGB

 RED value IS 48 (19.14% from 255) = 16.67%

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 127 (50% from 255) = 44.1%

R = 16.67%
G = 39.24%
B = 44.1%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30717F (or 0x30717F) is known color: Astral. HEX triplet: 30, 71 and 7F. RGB value is (48,113,127). Sum of RGB (Red+Green+Blue) = 48+113+127=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #30717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30717F is #CF8E80. Grayscale: #5F5F5F. Windows color (decimal): -13602433 or 8352048. OLE color: 8352048.

HSL color Cylindrical-coordinate representation of color #30717F: hue angle of 190.63º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30717F is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 113 127 -
CMYK 0.62 0.11 0 0.50
HSL 190.63º 0.45% 0.34% -
HSV(B) 190.63º 0.62% 0.5% -
XYZ 10.95 13.97 22.2 -
YUV 95.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 48 113 127 0.62 0.11 0 0.50 190.63 0.45 0.34
Hex 30 71 7F 3E B 0 32 BF 2D 22
Octal 60 161 177 76 13 0 62 277 55 42
Binary 110000 1110001 1111111 111110 1011 0 110010 10111111 101101 100010

Color Harmonies of #30717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30717F

Black with #30717F

Text Example


Text Example

White with #30717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30717F; }

 p { color: rgb(48,113,127); }

 H1.HeaderClassName
 {
   color: #30717F;
 }
 .AnyTagClassName
 {
   color: #30717F;
 }
</style>

background-color css

<style>
 a { background-color: #30717F; }

 a { background-color: rgb(48,113,127); }

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

border-color css

<style>
 span { border-color: #30717F; }

 span { border-color: rgb(48,113,127); }

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