Html Css Color HEX #30748B Astral

📋 copy color: '#30748B'

red 48 ◦ green 116 ◦ blue 139

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

Shades of Astral #30748B

Tints of Astral #30748B

RGB

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

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

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

R = 15.84%
G = 38.28%
B = 45.87%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30748B (or 0x30748B) is known color: Astral. HEX triplet: 30, 74 and 8B. RGB value is (48,116,139). Sum of RGB (Red+Green+Blue) = 48+116+139=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #30748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748B is #CF8B74. Grayscale: #626262. Windows color (decimal): -13601653 or 9139248. OLE color: 9139248.

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

Color convert

RGB 48 116 139 -
CMYK 0.65 0.17 0 0.45
HSL 195.16º 0.49% 0.37% -
HSV(B) 195.16º 0.65% 0.55% -
XYZ 12.12 14.98 26.68 -
YUV 98.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 48 116 139 0.65 0.17 0 0.45 195.16 0.49 0.37
Hex 30 74 8B 41 11 0 2D C3 31 25
Octal 60 164 213 101 21 0 55 303 61 45
Binary 110000 1110100 10001011 1000001 10001 0 101101 11000011 110001 100101

Color Harmonies of #30748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30748B

Black with #30748B

Text Example


Text Example

White with #30748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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