Html Css Color HEX #307492 Astral

📋 copy color: '#307492'

red 48 ◦ green 116 ◦ blue 146

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

Shades of Astral #307492

Tints of Astral #307492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 15.48%
G = 37.42%
B = 47.1%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307492 (or 0x307492) is known color: Astral. HEX triplet: 30, 74 and 92. RGB value is (48,116,146). Sum of RGB (Red+Green+Blue) = 48+116+146=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #307492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307492 is #CF8B6D. Grayscale: #626262. Windows color (decimal): -13601646 or 9598000. OLE color: 9598000.

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

Color convert

RGB 48 116 146 -
CMYK 0.67 0.21 0 0.43
HSL 198.37º 0.51% 0.38% -
HSV(B) 198.37º 0.67% 0.57% -
XYZ 12.65 15.19 29.46 -
YUV 99.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 48 116 146 0.67 0.21 0 0.43 198.37 0.51 0.38
Hex 30 74 92 43 15 0 2B C6 33 26
Octal 60 164 222 103 25 0 53 306 63 46
Binary 110000 1110100 10010010 1000011 10101 0 101011 11000110 110011 100110

Color Harmonies of #307492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307492

Black with #307492

Text Example


Text Example

White with #307492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307492; }

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

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

background-color css

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

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

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

border-color css

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

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

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