Html Css Color HEX #30708C Astral

📋 copy color: '#30708C'

red 48 ◦ green 112 ◦ blue 140

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

Shades of Astral #30708C

Tints of Astral #30708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 16%
G = 37.33%
B = 46.67%

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

#30708C (or 0x30708C) is known color: Astral. HEX triplet: 30, 70 and 8C. RGB value is (48,112,140). Sum of RGB (Red+Green+Blue) = 48+112+140=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #30708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30708C is #CF8F73. Grayscale: #5F5F5F. Windows color (decimal): -13602676 or 9203760. OLE color: 9203760.

HSL color Cylindrical-coordinate representation of color #30708C: hue angle of 198.26º 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 #30708C is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 112 140 -
CMYK 0.66 0.20 0 0.45
HSL 198.26º 0.49% 0.37% -
HSV(B) 198.26º 0.66% 0.55% -
XYZ 11.75 14.11 26.92 -
YUV 96.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 48 112 140 0.66 0.20 0 0.45 198.26 0.49 0.37
Hex 30 70 8C 42 14 0 2D C6 31 25
Octal 60 160 214 102 24 0 55 306 61 45
Binary 110000 1110000 10001100 1000010 10100 0 101101 11000110 110001 100101

Color Harmonies of #30708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30708C

Black with #30708C

Text Example


Text Example

White with #30708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30708C; }

 p { color: rgb(48,112,140); }

 H1.HeaderClassName
 {
   color: #30708C;
 }
 .AnyTagClassName
 {
   color: #30708C;
 }
</style>

background-color css

<style>
 a { background-color: #30708C; }

 a { background-color: rgb(48,112,140); }

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

border-color css

<style>
 span { border-color: #30708C; }

 span { border-color: rgb(48,112,140); }

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