#306B81

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

Shades of Astral #306B81

Tints of Astral #306B81

Color information

#306B81 (or 0x306B81) is unknown color: approx Astral. HEX triplet: 30, 6B and 81. RGB value is (48,107,129). Sum of RGB (Red+Green+Blue) = 48+107+129=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #306B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B81 is #CF947E. Grayscale: #5B5B5B. Windows color (decimal): -13603967 or 8481584. OLE color: 8481584.

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

Color convert

RGB48107129-
CMYK0.630.1700.49
HSL196.3º45.76%34.71%-
HSV(B)196.3º62.79%50.59%-
XYZ10.4412.7322.68-
YUV91.87148.9596.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=16.90%
G=37.68%
B=45.42%

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
Decimal481071290.630.1700.49196.345.7634.71
Hex306B813F11031c42e23
Octal6015320177210613045643
Binary11000011010111000000111111110001011000111000100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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