Html Css Color HEX #30718D Astral

📋 copy color: '#30718D'

red 48 ◦ green 113 ◦ blue 141

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

Shades of Astral #30718D

Tints of Astral #30718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 15.89%
G = 37.42%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30718D (or 0x30718D) is known color: Astral. HEX triplet: 30, 71 and 8D. RGB value is (48,113,141). Sum of RGB (Red+Green+Blue) = 48+113+141=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #30718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30718D is #CF8E72. Grayscale: #606060. Windows color (decimal): -13602419 or 9269552. OLE color: 9269552.

HSL color Cylindrical-coordinate representation of color #30718D: hue angle of 198.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30718D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 113 141 -
CMYK 0.66 0.20 0 0.45
HSL 198.06º 0.49% 0.37% -
HSV(B) 198.06º 0.66% 0.55% -
XYZ 11.93 14.36 27.34 -
YUV 96.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 48 113 141 0.66 0.20 0 0.45 198.06 0.49 0.37
Hex 30 71 8D 42 14 0 2D C6 31 25
Octal 60 161 215 102 24 0 55 306 61 45
Binary 110000 1110001 10001101 1000010 10100 0 101101 11000110 110001 100101

Color Harmonies of #30718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30718D

Black with #30718D

Text Example


Text Example

White with #30718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30718D; }

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

 H1.HeaderClassName
 {
   color: #30718D;
 }
 .AnyTagClassName
 {
   color: #30718D;
 }
</style>

background-color css

<style>
 a { background-color: #30718D; }

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

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

border-color css

<style>
 span { border-color: #30718D; }

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

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