#306F85

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

Shades of Astral #306F85

Tints of Astral #306F85

Color information

#306F85 (or 0x306F85) is unknown color: approx Astral. HEX triplet: 30, 6F and 85. RGB value is (48,111,133). Sum of RGB (Red+Green+Blue) = 48+111+133=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #306F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F85 is #CF907A. Grayscale: #5E5E5E. Windows color (decimal): -13602939 or 8744752. OLE color: 8744752.

HSL color Cylindrical-coordinate representation of color #306F85: hue angle of 195.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306F85 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48111133-
CMYK0.640.1700.48
HSL195.53º46.96%35.49%-
HSV(B)195.53º63.91%52.16%-
XYZ11.1413.6924.25-
YUV94.67149.6394.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=16.44%
G=38.01%
B=45.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481111330.640.1700.48195.5346.9635.49
Hex306F854011030c42f23
Octal60157205100210603045743
Binary110000110111110000101100000010001011000011000100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F85; }

 p { color: rgb(48,111,133); }

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

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

 a { background-color: rgb(48,111,133); }

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

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

 span { border-color: rgb(48,111,133); }

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