#307388

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

Shades of Astral #307388

Tints of Astral #307388

Color information

#307388 (or 0x307388) is unknown color: approx Astral. HEX triplet: 30, 73 and 88. RGB value is (48,115,136). Sum of RGB (Red+Green+Blue) = 48+115+136=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #307388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307388 is #CF8C77. Grayscale: #616161. Windows color (decimal): -13601912 or 8942384. OLE color: 8942384.

HSL color Cylindrical-coordinate representation of color #307388: hue angle of 194.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307388 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48115136-
CMYK0.650.1500.47
HSL194.32º47.83%36.08%-
HSV(B)194.32º64.71%53.33%-
XYZ11.7914.6725.5-
YUV97.36149.892.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=16.05%
G=38.46%
B=45.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481151360.650.1500.47194.3247.8336.08
Hex30738841F02Fc23024
Octal60163210101170573026044
Binary11000011100111000100010000011111010111111000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307388; }

 p { color: rgb(48,115,136); }

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

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

 a { background-color: rgb(48,115,136); }

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

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

 span { border-color: rgb(48,115,136); }

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