Html Css Color HEX #327478 Atoll

📋 copy color: '#327478'

red 50 ◦ green 116 ◦ blue 120

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

Shades of Atoll #327478

Tints of Atoll #327478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 17.48%
G = 40.56%
B = 41.96%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327478 (or 0x327478) is known color: Atoll. HEX triplet: 32, 74 and 78. RGB value is (50,116,120). Sum of RGB (Red+Green+Blue) = 50+116+120=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #327478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327478 is #CD8B87. Grayscale: #606060. Windows color (decimal): -13470600 or 7894066. OLE color: 7894066.

HSL color Cylindrical-coordinate representation of color #327478: hue angle of 183.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327478 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 116 120 -
CMYK 0.58 0.03 0 0.53
HSL 183.43º 0.41% 0.33% -
HSV(B) 183.43º 0.58% 0.47% -
XYZ 10.95 14.52 20 -
YUV 96.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 50 116 120 0.58 0.03 0 0.53 183.43 0.41 0.33
Hex 32 74 78 3A 3 0 35 B7 29 21
Octal 62 164 170 72 3 0 65 267 51 41
Binary 110010 1110100 1111000 111010 11 0 110101 10110111 101001 100001

Color Harmonies of #327478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327478

Black with #327478

Text Example


Text Example

White with #327478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327478; }

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

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

background-color css

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

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

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

border-color css

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

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

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