#306A74

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

Shades of Allports #306A74

Tints of Allports #306A74

Color information

#306A74 (or 0x306A74) is unknown color: approx Allports. HEX triplet: 30, 6A and 74. RGB value is (48,106,116). Sum of RGB (Red+Green+Blue) = 48+106+116=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #306A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A74 is #CF958B. Grayscale: #595959. Windows color (decimal): -13604236 or 7629360. OLE color: 7629360.

HSL color Cylindrical-coordinate representation of color #306A74: hue angle of 188.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306A74 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48106116-
CMYK0.590.0900.55
HSL188.82º41.46%32.16%-
HSV(B)188.82º58.62%45.49%-
XYZ9.5312.218.38-
YUV89.8142.7898.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=17.78%
G=39.26%
B=42.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481061160.590.0900.55188.8241.4632.16
Hex306A743B9037bd2920
Octal6015216473110672755140
Binary110000110101011101001110111001011011110111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,106,116); }

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

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

 a { background-color: rgb(48,106,116); }

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

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

 span { border-color: rgb(48,106,116); }

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