Html Css Color HEX #30778B Astral

📋 copy color: '#30778B'

red 48 ◦ green 119 ◦ blue 139

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

Shades of Astral #30778B

Tints of Astral #30778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 15.69%
G = 38.89%
B = 45.42%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30778B (or 0x30778B) is known color: Astral. HEX triplet: 30, 77 and 8B. RGB value is (48,119,139). Sum of RGB (Red+Green+Blue) = 48+119+139=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #30778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30778B is #CF8874. Grayscale: #636363. Windows color (decimal): -13600885 or 9140016. OLE color: 9140016.

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

Color convert

RGB 48 119 139 -
CMYK 0.65 0.14 0 0.45
HSL 193.19º 0.49% 0.37% -
HSV(B) 193.19º 0.65% 0.55% -
XYZ 12.48 15.69 26.8 -
YUV 100.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 48 119 139 0.65 0.14 0 0.45 193.19 0.49 0.37
Hex 30 77 8B 41 E 0 2D C1 31 25
Octal 60 167 213 101 16 0 55 301 61 45
Binary 110000 1110111 10001011 1000001 1110 0 101101 11000001 110001 100101

Color Harmonies of #30778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30778B

Black with #30778B

Text Example


Text Example

White with #30778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30778B; }

 p { color: rgb(48,119,139); }

 H1.HeaderClassName
 {
   color: #30778B;
 }
 .AnyTagClassName
 {
   color: #30778B;
 }
</style>

background-color css

<style>
 a { background-color: #30778B; }

 a { background-color: rgb(48,119,139); }

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

border-color css

<style>
 span { border-color: #30778B; }

 span { border-color: rgb(48,119,139); }

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