#307D92

Color #307D92 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #307D92

Tints of Astral #307D92

Color information

#307D92 (or 0x307D92) is unknown color: approx Astral. HEX triplet: 30, 7D and 92. RGB value is (48,125,146). Sum of RGB (Red+Green+Blue) = 48+125+146=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #307D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D92 is #CF826D. Grayscale: #686868. Windows color (decimal): -13599342 or 9600304. OLE color: 9600304.

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

Color convert

RGB48125146-
CMYK0.670.1400.43
HSL192.86º50.52%38.04%-
HSV(B)192.86º67.12%57.25%-
XYZ13.7417.3729.82-
YUV104.37151.4987.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=15.05%
G=39.18%
B=45.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481251460.670.1400.43192.8650.5238.04
Hex307D9243E02Bc13326
Octal60175222103160533016346
Binary11000011111011001001010000111110010101111000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307D92; }

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

 H1.HeaderClassName
 {
   color: #307D92;
 }
 .AnyTagClassName
 {
   color: #307D92;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #307D92;
 }
 .BgClassName
 {
   background-color: #307D92;
 }
</style>
border-color css

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

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

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