Html Css Color HEX #30748E Astral

📋 copy color: '#30748E'

red 48 ◦ green 116 ◦ blue 142

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

Shades of Astral #30748E

Tints of Astral #30748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 15.69%
G = 37.91%
B = 46.41%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30748E (or 0x30748E) is known color: Astral. HEX triplet: 30, 74 and 8E. RGB value is (48,116,142). Sum of RGB (Red+Green+Blue) = 48+116+142=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #30748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748E is #CF8B71. Grayscale: #626262. Windows color (decimal): -13601650 or 9335856. OLE color: 9335856.

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

Color convert

RGB 48 116 142 -
CMYK 0.66 0.18 0 0.44
HSL 196.6º 0.49% 0.37% -
HSV(B) 196.6º 0.66% 0.56% -
XYZ 12.35 15.07 27.85 -
YUV 98.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 48 116 142 0.66 0.18 0 0.44 196.6 0.49 0.37
Hex 30 74 8E 42 12 0 2C C5 31 25
Octal 60 164 216 102 22 0 54 305 61 45
Binary 110000 1110100 10001110 1000010 10010 0 101100 11000101 110001 100101

Color Harmonies of #30748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30748E

Black with #30748E

Text Example


Text Example

White with #30748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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