Html Css Color HEX #30748C Astral

📋 copy color: '#30748C'

red 48 ◦ green 116 ◦ blue 140

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

Shades of Astral #30748C

Tints of Astral #30748C

RGB

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

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

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

R = 15.79%
G = 38.16%
B = 46.05%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30748C (or 0x30748C) is known color: Astral. HEX triplet: 30, 74 and 8C. RGB value is (48,116,140). Sum of RGB (Red+Green+Blue) = 48+116+140=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #30748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748C is #CF8B73. Grayscale: #626262. Windows color (decimal): -13601652 or 9204784. OLE color: 9204784.

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

Color convert

RGB 48 116 140 -
CMYK 0.66 0.17 0 0.45
HSL 195.65º 0.49% 0.37% -
HSV(B) 195.65º 0.66% 0.55% -
XYZ 12.2 15.01 27.07 -
YUV 98.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 48 116 140 0.66 0.17 0 0.45 195.65 0.49 0.37
Hex 30 74 8C 42 11 0 2D C4 31 25
Octal 60 164 214 102 21 0 55 304 61 45
Binary 110000 1110100 10001100 1000010 10001 0 101101 11000100 110001 100101

Color Harmonies of #30748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30748C

Black with #30748C

Text Example


Text Example

White with #30748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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