#307075

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

Shades of Atoll #307075

Tints of Atoll #307075

Color information

#307075 (or 0x307075) is unknown color: approx Atoll. HEX triplet: 30, 70 and 75. RGB value is (48,112,117). Sum of RGB (Red+Green+Blue) = 48+112+117=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #307075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307075 is #CF8F8A. Grayscale: #5D5D5D. Windows color (decimal): -13602699 or 7696432. OLE color: 7696432.

HSL color Cylindrical-coordinate representation of color #307075: hue angle of 184.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307075 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48112117-
CMYK0.590.0400.54
HSL184.35º41.82%32.35%-
HSV(B)184.35º58.97%45.88%-
XYZ10.2213.518.9-
YUV93.43141.395.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=17.33%
G=40.43%
B=42.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481121170.590.0400.54184.3541.8232.35
Hex3070753B4036b82a20
Octal601601657340662705240
Binary11000011100001110101111011100011011010111000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307075; }

 p { color: rgb(48,112,117); }

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

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

 a { background-color: rgb(48,112,117); }

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

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

 span { border-color: rgb(48,112,117); }

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