#308185

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

Shades of Atoll #308185

Tints of Atoll #308185

Color information

#308185 (or 0x308185) is unknown color: approx Atoll. HEX triplet: 30, 81 and 85. RGB value is (48,129,133). Sum of RGB (Red+Green+Blue) = 48+129+133=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #308185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308185 is #CF7E7A. Grayscale: #696969. Windows color (decimal): -13598331 or 8749360. OLE color: 8749360.

HSL color Cylindrical-coordinate representation of color #308185: hue angle of 182.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308185 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48129133-
CMYK0.640.0300.48
HSL182.82º46.96%35.49%-
HSV(B)182.82º63.91%52.16%-
XYZ13.318.0224.97-
YUV105.24143.6687.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=15.48%
G=41.61%
B=42.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481291330.640.0300.48182.8246.9635.49
Hex308185403030b72f23
Octal6020120510030602675743
Binary1100001000000110000101100000011011000010110111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308185; }

 p { color: rgb(48,129,133); }

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

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

 a { background-color: rgb(48,129,133); }

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

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

 span { border-color: rgb(48,129,133); }

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