#306979

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

Shades of Allports #306979

Tints of Allports #306979

Color information

#306979 (or 0x306979) is unknown color: approx Allports. HEX triplet: 30, 69 and 79. RGB value is (48,105,121). Sum of RGB (Red+Green+Blue) = 48+105+121=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #306979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306979 is #CF9686. Grayscale: #595959. Windows color (decimal): -13604487 or 7956784. OLE color: 7956784.

HSL color Cylindrical-coordinate representation of color #306979: hue angle of 193.15º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306979 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48105121-
CMYK0.600.1300.53
HSL193.15º43.2%33.14%-
HSV(B)193.15º60.33%47.45%-
XYZ9.7212.1119.91-
YUV89.78145.6298.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=17.52%
G=38.32%
B=44.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481051210.600.1300.53193.1543.233.14
Hex3069793CD035c12b21
Octal6015117174150653015341
Binary110000110100111110011111001101011010111000001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306979; }

 p { color: rgb(48,105,121); }

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

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

 a { background-color: rgb(48,105,121); }

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

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

 span { border-color: rgb(48,105,121); }

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