#306B83

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

Shades of Astral #306B83

Tints of Astral #306B83

Color information

#306B83 (or 0x306B83) is unknown color: approx Astral. HEX triplet: 30, 6B and 83. RGB value is (48,107,131). Sum of RGB (Red+Green+Blue) = 48+107+131=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #306B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B83 is #CF947C. Grayscale: #5B5B5B. Windows color (decimal): -13603965 or 8612656. OLE color: 8612656.

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

Color convert

RGB48107131-
CMYK0.630.1800.49
HSL197.35º46.37%35.1%-
HSV(B)197.35º63.36%51.37%-
XYZ10.5712.7823.38-
YUV92.1149.9596.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=16.78%
G=37.41%
B=45.80%

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
Decimal481071310.630.1800.49197.3546.3735.1
Hex306B833F12031c52e23
Octal6015320377220613055643
Binary11000011010111000001111111110010011000111000101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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