#306C83

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

Shades of Astral #306C83

Tints of Astral #306C83

Color information

#306C83 (or 0x306C83) is unknown color: approx Astral. HEX triplet: 30, 6C and 83. RGB value is (48,108,131). Sum of RGB (Red+Green+Blue) = 48+108+131=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #306C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C83 is #CF937C. Grayscale: #5C5C5C. Windows color (decimal): -13603709 or 8612912. OLE color: 8612912.

HSL color Cylindrical-coordinate representation of color #306C83: hue angle of 196.63º 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 #306C83 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48108131-
CMYK0.630.1800.49
HSL196.63º46.37%35.1%-
HSV(B)196.63º63.36%51.37%-
XYZ10.6812.9923.42-
YUV92.68149.6296.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=16.72%
G=37.63%
B=45.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481081310.630.1800.49196.6346.3735.1
Hex306C833F12031c52e23
Octal6015420377220613055643
Binary11000011011001000001111111110010011000111000101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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