#307287

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

Shades of Astral #307287

Tints of Astral #307287

Color information

#307287 (or 0x307287) is unknown color: approx Astral. HEX triplet: 30, 72 and 87. RGB value is (48,114,135). Sum of RGB (Red+Green+Blue) = 48+114+135=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #307287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307287 is #CF8D78. Grayscale: #606060. Windows color (decimal): -13602169 or 8876592. OLE color: 8876592.

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

Color convert

RGB48114135-
CMYK0.640.1600.47
HSL194.48º47.54%35.88%-
HSV(B)194.48º64.44%52.94%-
XYZ11.6114.4125.09-
YUV96.66149.6393.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=16.16%
G=38.38%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481141350.640.1600.47194.4847.5435.88
Hex307287401002Fc23024
Octal60162207100200573026044
Binary110000111001010000111100000010000010111111000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307287; }

 p { color: rgb(48,114,135); }

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

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

 a { background-color: rgb(48,114,135); }

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

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

 span { border-color: rgb(48,114,135); }

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