Html Css Color HEX #30768E Astral

📋 copy color: '#30768E'

red 48 ◦ green 118 ◦ blue 142

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

Shades of Astral #30768E

Tints of Astral #30768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 15.58%
G = 38.31%
B = 46.1%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30768E (or 0x30768E) is known color: Astral. HEX triplet: 30, 76 and 8E. RGB value is (48,118,142). Sum of RGB (Red+Green+Blue) = 48+118+142=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #30768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30768E is #CF8971. Grayscale: #636363. Windows color (decimal): -13601138 or 9336368. OLE color: 9336368.

HSL color Cylindrical-coordinate representation of color #30768E: hue angle of 195.32º 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 #30768E is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 118 142 -
CMYK 0.66 0.17 0 0.44
HSL 195.32º 0.49% 0.37% -
HSV(B) 195.32º 0.66% 0.56% -
XYZ 12.58 15.54 27.93 -
YUV 99.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 48 118 142 0.66 0.17 0 0.44 195.32 0.49 0.37
Hex 30 76 8E 42 11 0 2C C3 31 25
Octal 60 166 216 102 21 0 54 303 61 45
Binary 110000 1110110 10001110 1000010 10001 0 101100 11000011 110001 100101

Color Harmonies of #30768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30768E

Black with #30768E

Text Example


Text Example

White with #30768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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