Html Css Color HEX #30738B Astral

📋 copy color: '#30738B'

red 48 ◦ green 115 ◦ blue 139

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

Shades of Astral #30738B

Tints of Astral #30738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 15.89%
G = 38.08%
B = 46.03%

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

#30738B (or 0x30738B) is known color: Astral. HEX triplet: 30, 73 and 8B. RGB value is (48,115,139). Sum of RGB (Red+Green+Blue) = 48+115+139=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #30738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30738B is #CF8C74. Grayscale: #616161. Windows color (decimal): -13601909 or 9138992. OLE color: 9138992.

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

Color convert

RGB 48 115 139 -
CMYK 0.65 0.17 0 0.45
HSL 195.82º 0.49% 0.37% -
HSV(B) 195.82º 0.65% 0.55% -
XYZ 12.01 14.75 26.64 -
YUV 97.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 48 115 139 0.65 0.17 0 0.45 195.82 0.49 0.37
Hex 30 73 8B 41 11 0 2D C4 31 25
Octal 60 163 213 101 21 0 55 304 61 45
Binary 110000 1110011 10001011 1000001 10001 0 101101 11000100 110001 100101

Color Harmonies of #30738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30738B

Black with #30738B

Text Example


Text Example

White with #30738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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