Html Css Color HEX #307192 Astral

📋 copy color: '#307192'

red 48 ◦ green 113 ◦ blue 146

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

Shades of Astral #307192

Tints of Astral #307192

RGB

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

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

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

R = 15.64%
G = 36.81%
B = 47.56%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307192 (or 0x307192) is known color: Astral. HEX triplet: 30, 71 and 92. RGB value is (48,113,146). Sum of RGB (Red+Green+Blue) = 48+113+146=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #307192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307192 is #CF8E6D. Grayscale: #616161. Windows color (decimal): -13602414 or 9597232. OLE color: 9597232.

HSL color Cylindrical-coordinate representation of color #307192: hue angle of 200.2º 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 #307192 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 113 146 -
CMYK 0.67 0.23 0 0.43
HSL 200.2º 0.51% 0.38% -
HSV(B) 200.2º 0.67% 0.57% -
XYZ 12.31 14.51 29.35 -
YUV 97.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 48 113 146 0.67 0.23 0 0.43 200.2 0.51 0.38
Hex 30 71 92 43 17 0 2B C8 33 26
Octal 60 161 222 103 27 0 53 310 63 46
Binary 110000 1110001 10010010 1000011 10111 0 101011 11001000 110011 100110

Color Harmonies of #307192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307192

Black with #307192

Text Example


Text Example

White with #307192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307192; }

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

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

background-color css

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

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

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

border-color css

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

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

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