Html Css Color HEX #328187 Atoll

📋 copy color: '#328187'

red 50 ◦ green 129 ◦ blue 135

#328187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #328187

Tints of Atoll #328187

RGB

 RED value IS 50 (19.92% from 255) = 15.92%

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 15.92%
G = 41.08%
B = 42.99%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#328187 (or 0x328187) is known color: Atoll. HEX triplet: 32, 81 and 87. RGB value is (50,129,135). Sum of RGB (Red+Green+Blue) = 50+129+135=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #328187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328187 is #CD7E78. Grayscale: #696969. Windows color (decimal): -13467257 or 8880434. OLE color: 8880434.

HSL color Cylindrical-coordinate representation of color #328187: hue angle of 184.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328187 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 129 135 -
CMYK 0.63 0.04 0 0.47
HSL 184.24º 0.46% 0.36% -
HSV(B) 184.24º 0.63% 0.53% -
XYZ 13.54 18.13 25.71 -
YUV 106.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 50 129 135 0.63 0.04 0 0.47 184.24 0.46 0.36
Hex 32 81 87 3F 4 0 2F B8 2E 24
Octal 62 201 207 77 4 0 57 270 56 44
Binary 110010 10000001 10000111 111111 100 0 101111 10111000 101110 100100

Color Harmonies of #328187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328187

Black with #328187

Text Example


Text Example

White with #328187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328187; }

 p { color: rgb(50,129,135); }

 H1.HeaderClassName
 {
   color: #328187;
 }
 .AnyTagClassName
 {
   color: #328187;
 }
</style>

background-color css

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

 a { background-color: rgb(50,129,135); }

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

border-color css

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

 span { border-color: rgb(50,129,135); }

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