#30696B

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

Shades of Atoll #30696B

Tints of Atoll #30696B

Color information

#30696B (or 0x30696B) is unknown color: approx Atoll. HEX triplet: 30, 69 and 6B. RGB value is (48,105,107). Sum of RGB (Red+Green+Blue) = 48+105+107=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #30696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30696B is #CF9694. Grayscale: #585858. Windows color (decimal): -13604501 or 7039280. OLE color: 7039280.

HSL color Cylindrical-coordinate representation of color #30696B: hue angle of 182.03º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30696B is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB48105107-
CMYK0.550.0200.58
HSL182.03º38.06%30.39%-
HSV(B)182.03º55.14%41.96%-
XYZ8.9211.7915.72-
YUV88.18138.6299.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=18.46%
G=40.38%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481051070.550.0200.58182.0338.0630.39
Hex30696B37203Ab6261e
Octal601511536720722664636
Binary110000110100111010111101111001110101011011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30696B; }

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

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

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

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

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

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

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

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