Html Css Color HEX #30788E Astral

📋 copy color: '#30788E'

red 48 ◦ green 120 ◦ blue 142

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

Shades of Astral #30788E

Tints of Astral #30788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.71%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 15.48%
G = 38.71%
B = 45.81%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30788E (or 0x30788E) is known color: Astral. HEX triplet: 30, 78 and 8E. RGB value is (48,120,142). Sum of RGB (Red+Green+Blue) = 48+120+142=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #30788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30788E is #CF8771. Grayscale: #646464. Windows color (decimal): -13600626 or 9336880. OLE color: 9336880.

HSL color Cylindrical-coordinate representation of color #30788E: hue angle of 194.04º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30788E is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 120 142 -
CMYK 0.66 0.15 0 0.44
HSL 194.04º 0.49% 0.37% -
HSV(B) 194.04º 0.66% 0.56% -
XYZ 12.82 16.01 28.01 -
YUV 100.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 48 120 142 0.66 0.15 0 0.44 194.04 0.49 0.37
Hex 30 78 8E 42 F 0 2C C2 31 25
Octal 60 170 216 102 17 0 54 302 61 45
Binary 110000 1111000 10001110 1000010 1111 0 101100 11000010 110001 100101

Color Harmonies of #30788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30788E

Black with #30788E

Text Example


Text Example

White with #30788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30788E; }

 p { color: rgb(48,120,142); }

 H1.HeaderClassName
 {
   color: #30788E;
 }
 .AnyTagClassName
 {
   color: #30788E;
 }
</style>

background-color css

<style>
 a { background-color: #30788E; }

 a { background-color: rgb(48,120,142); }

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

border-color css

<style>
 span { border-color: #30788E; }

 span { border-color: rgb(48,120,142); }

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