#307788

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

Shades of Astral #307788

Tints of Astral #307788

Color information

#307788 (or 0x307788) is unknown color: approx Astral. HEX triplet: 30, 77 and 88. RGB value is (48,119,136). Sum of RGB (Red+Green+Blue) = 48+119+136=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #307788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307788 is #CF8877. Grayscale: #636363. Windows color (decimal): -13600888 or 8943408. OLE color: 8943408.

HSL color Cylindrical-coordinate representation of color #307788: hue angle of 191.59º 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 #307788 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48119136-
CMYK0.650.1200.47
HSL191.59º47.83%36.08%-
HSV(B)191.59º64.71%53.33%-
XYZ12.2615.625.66-
YUV99.71148.4891.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=15.84%
G=39.27%
B=44.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481191360.650.1200.47191.5947.8336.08
Hex30778841C02Fc03024
Octal60167210101140573006044
Binary11000011101111000100010000011100010111111000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307788; }

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

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

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

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

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

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

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

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