Html Css Color HEX #30758D Astral

📋 copy color: '#30758D'

red 48 ◦ green 117 ◦ blue 141

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

Shades of Astral #30758D

Tints of Astral #30758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 15.69%
G = 38.24%
B = 46.08%

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

#30758D (or 0x30758D) is known color: Astral. HEX triplet: 30, 75 and 8D. RGB value is (48,117,141). Sum of RGB (Red+Green+Blue) = 48+117+141=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #30758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30758D is #CF8A72. Grayscale: #626262. Windows color (decimal): -13601395 or 9270576. OLE color: 9270576.

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

Color convert

RGB 48 117 141 -
CMYK 0.66 0.17 0 0.45
HSL 195.48º 0.49% 0.37% -
HSV(B) 195.48º 0.66% 0.55% -
XYZ 12.39 15.27 27.49 -
YUV 99.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 48 117 141 0.66 0.17 0 0.45 195.48 0.49 0.37
Hex 30 75 8D 42 11 0 2D C3 31 25
Octal 60 165 215 102 21 0 55 303 61 45
Binary 110000 1110101 10001101 1000010 10001 0 101101 11000011 110001 100101

Color Harmonies of #30758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30758D

Black with #30758D

Text Example


Text Example

White with #30758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30758D; }

 p { color: rgb(48,117,141); }

 H1.HeaderClassName
 {
   color: #30758D;
 }
 .AnyTagClassName
 {
   color: #30758D;
 }
</style>

background-color css

<style>
 a { background-color: #30758D; }

 a { background-color: rgb(48,117,141); }

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

border-color css

<style>
 span { border-color: #30758D; }

 span { border-color: rgb(48,117,141); }

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