#306F83

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

Shades of Astral #306F83

Tints of Astral #306F83

Color information

#306F83 (or 0x306F83) is unknown color: approx Astral. HEX triplet: 30, 6F and 83. RGB value is (48,111,131). Sum of RGB (Red+Green+Blue) = 48+111+131=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #306F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F83 is #CF907C. Grayscale: #5E5E5E. Windows color (decimal): -13602941 or 8613680. OLE color: 8613680.

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

Color convert

RGB48111131-
CMYK0.630.1500.49
HSL194.46º46.37%35.1%-
HSV(B)194.46º63.36%51.37%-
XYZ1113.6423.52-
YUV94.44148.6394.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=16.55%
G=38.28%
B=45.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481111310.630.1500.49194.4646.3735.1
Hex306F833FF031c22e23
Octal6015720377170613025643
Binary1100001101111100000111111111111011000111000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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