Html Css Color HEX #30788C Astral

📋 copy color: '#30788C'

red 48 ◦ green 120 ◦ blue 140

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

Shades of Astral #30788C

Tints of Astral #30788C

RGB

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

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

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

R = 15.58%
G = 38.96%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30788C (or 0x30788C) is known color: Astral. HEX triplet: 30, 78 and 8C. RGB value is (48,120,140). Sum of RGB (Red+Green+Blue) = 48+120+140=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #30788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30788C is #CF8773. Grayscale: #646464. Windows color (decimal): -13600628 or 9205808. OLE color: 9205808.

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

Color convert

RGB 48 120 140 -
CMYK 0.66 0.14 0 0.45
HSL 193.04º 0.49% 0.37% -
HSV(B) 193.04º 0.66% 0.55% -
XYZ 12.67 15.95 27.22 -
YUV 100.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 48 120 140 0.66 0.14 0 0.45 193.04 0.49 0.37
Hex 30 78 8C 42 E 0 2D C1 31 25
Octal 60 170 214 102 16 0 55 301 61 45
Binary 110000 1111000 10001100 1000010 1110 0 101101 11000001 110001 100101

Color Harmonies of #30788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30788C

Black with #30788C

Text Example


Text Example

White with #30788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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