Html Css Color HEX #30758B Astral

📋 copy color: '#30758B'

red 48 ◦ green 117 ◦ blue 139

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

Shades of Astral #30758B

Tints of Astral #30758B

RGB

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

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

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

R = 15.79%
G = 38.49%
B = 45.72%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30758B (or 0x30758B) is known color: Astral. HEX triplet: 30, 75 and 8B. RGB value is (48,117,139). Sum of RGB (Red+Green+Blue) = 48+117+139=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #30758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30758B is #CF8A74. Grayscale: #626262. Windows color (decimal): -13601397 or 9139504. OLE color: 9139504.

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

Color convert

RGB 48 117 139 -
CMYK 0.65 0.16 0 0.45
HSL 194.51º 0.49% 0.37% -
HSV(B) 194.51º 0.65% 0.55% -
XYZ 12.24 15.22 26.72 -
YUV 98.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 48 117 139 0.65 0.16 0 0.45 194.51 0.49 0.37
Hex 30 75 8B 41 10 0 2D C3 31 25
Octal 60 165 213 101 20 0 55 303 61 45
Binary 110000 1110101 10001011 1000001 10000 0 101101 11000011 110001 100101

Color Harmonies of #30758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30758B

Black with #30758B

Text Example


Text Example

White with #30758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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