#306A6F

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

Shades of Atoll #306A6F

Tints of Atoll #306A6F

Color information

#306A6F (or 0x306A6F) is unknown color: approx Atoll. HEX triplet: 30, 6A and 6F. RGB value is (48,106,111). Sum of RGB (Red+Green+Blue) = 48+106+111=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #306A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A6F is #CF9590. Grayscale: #595959. Windows color (decimal): -13604241 or 7301680. OLE color: 7301680.

HSL color Cylindrical-coordinate representation of color #306A6F: hue angle of 184.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306A6F is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48106111-
CMYK0.570.0500.56
HSL184.76º39.62%31.18%-
HSV(B)184.76º56.76%43.53%-
XYZ9.2412.0816.88-
YUV89.23140.2898.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=18.11%
G=40%
B=41.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481061110.570.0500.56184.7639.6231.18
Hex306A6F395038b9281f
Octal601521577150702715037
Binary1100001101010110111111100110101110001011100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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