Html Css Color HEX #307193 Astral

📋 copy color: '#307193'

red 48 ◦ green 113 ◦ blue 147

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

Shades of Astral #307193

Tints of Astral #307193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 15.58%
G = 36.69%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307193 (or 0x307193) is known color: Astral. HEX triplet: 30, 71 and 93. RGB value is (48,113,147). Sum of RGB (Red+Green+Blue) = 48+113+147=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #307193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307193 is #CF8E6C. Grayscale: #616161. Windows color (decimal): -13602413 or 9662768. OLE color: 9662768.

HSL color Cylindrical-coordinate representation of color #307193: hue angle of 200.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307193 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 113 147 -
CMYK 0.67 0.23 0 0.42
HSL 200.61º 0.51% 0.38% -
HSV(B) 200.61º 0.67% 0.58% -
XYZ 12.39 14.55 29.76 -
YUV 97.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 48 113 147 0.67 0.23 0 0.42 200.61 0.51 0.38
Hex 30 71 93 43 17 0 2A C9 33 26
Octal 60 161 223 103 27 0 52 311 63 46
Binary 110000 1110001 10010011 1000011 10111 0 101010 11001001 110011 100110

Color Harmonies of #307193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307193

Black with #307193

Text Example


Text Example

White with #307193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307193; }

 p { color: rgb(48,113,147); }

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

background-color css

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

 a { background-color: rgb(48,113,147); }

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

border-color css

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

 span { border-color: rgb(48,113,147); }

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