#306D83

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

Shades of Astral #306D83

Tints of Astral #306D83

Color information

#306D83 (or 0x306D83) is unknown color: approx Astral. HEX triplet: 30, 6D and 83. RGB value is (48,109,131). Sum of RGB (Red+Green+Blue) = 48+109+131=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #306D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D83 is #CF927C. Grayscale: #5D5D5D. Windows color (decimal): -13603453 or 8613168. OLE color: 8613168.

HSL color Cylindrical-coordinate representation of color #306D83: hue angle of 195.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306D83 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48109131-
CMYK0.630.1700.49
HSL195.9º46.37%35.1%-
HSV(B)195.9º63.36%51.37%-
XYZ10.7813.223.45-
YUV93.27149.2995.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=16.67%
G=37.85%
B=45.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481091310.630.1700.49195.946.3735.1
Hex306D833F11031c42e23
Octal6015520377210613045643
Binary11000011011011000001111111110001011000111000100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,131); }

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

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

 a { background-color: rgb(48,109,131); }

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

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

 span { border-color: rgb(48,109,131); }

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