#308581

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

Shades of Atoll #308581

Tints of Atoll #308581

Color information

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

HSL color Cylindrical-coordinate representation of color #308581: hue angle of 177.18º 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 #308581 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB48133129-
CMYK0.6400.030.48
HSL177.18º46.96%35.49%-
HSV(B)177.18º63.91%52.16%-
XYZ13.5718.9923.72-
YUV107.13140.3485.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481331290.6400.030.48177.1846.9635.49
Hex308581400330b12f23
Octal6020520110003602615743
Binary1100001000010110000001100000001111000010110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308581; }

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

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

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

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

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

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

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

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