Html Css Color HEX #327475 Atoll

📋 copy color: '#327475'

red 50 ◦ green 116 ◦ blue 117

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

Shades of Atoll #327475

Tints of Atoll #327475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 17.67%
G = 40.99%
B = 41.34%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#327475 (or 0x327475) is known color: Atoll. HEX triplet: 32, 74 and 75. RGB value is (50,116,117). Sum of RGB (Red+Green+Blue) = 50+116+117=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #327475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327475 is #CD8B8A. Grayscale: #606060. Windows color (decimal): -13470603 or 7697458. OLE color: 7697458.

HSL color Cylindrical-coordinate representation of color #327475: hue angle of 180.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327475 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 116 117 -
CMYK 0.57 0.01 0 0.54
HSL 180.9º 0.4% 0.33% -
HSV(B) 180.9º 0.57% 0.46% -
XYZ 10.77 14.45 19.05 -
YUV 96.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 50 116 117 0.57 0.01 0 0.54 180.9 0.4 0.33
Hex 32 74 75 39 1 0 36 B5 28 21
Octal 62 164 165 71 1 0 66 265 50 41
Binary 110010 1110100 1110101 111001 1 0 110110 10110101 101000 100001

Color Harmonies of #327475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327475

Black with #327475

Text Example


Text Example

White with #327475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327475; }

 p { color: rgb(50,116,117); }

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

background-color css

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

 a { background-color: rgb(50,116,117); }

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

border-color css

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

 span { border-color: rgb(50,116,117); }

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