Html Css Color HEX #318189 Atoll

📋 copy color: '#318189'

red 49 ◦ green 129 ◦ blue 137

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

Shades of Atoll #318189

Tints of Atoll #318189

RGB

 RED value IS 49 (19.53% from 255) = 15.56%

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 15.56%
G = 40.95%
B = 43.49%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#318189 (or 0x318189) is known color: Atoll. HEX triplet: 31, 81 and 89. RGB value is (49,129,137). Sum of RGB (Red+Green+Blue) = 49+129+137=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #318189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318189 is #CE7E76. Grayscale: #696969. Windows color (decimal): -13532791 or 9011505. OLE color: 9011505.

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

Color convert

RGB 49 129 137 -
CMYK 0.64 0.06 0 0.46
HSL 185.45º 0.47% 0.36% -
HSV(B) 185.45º 0.64% 0.54% -
XYZ 13.63 18.16 26.45 -
YUV 105.99 145.5 87.35 -
System Red Green Blue C M Y K H S L
Decimal 49 129 137 0.64 0.06 0 0.46 185.45 0.47 0.36
Hex 31 81 89 40 6 0 2E B9 2F 24
Octal 61 201 211 100 6 0 56 271 57 44
Binary 110001 10000001 10001001 1000000 110 0 101110 10111001 101111 100100

Color Harmonies of #318189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318189

Black with #318189

Text Example


Text Example

White with #318189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318189; }

 p { color: rgb(49,129,137); }

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

background-color css

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

 a { background-color: rgb(49,129,137); }

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

border-color css

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

 span { border-color: rgb(49,129,137); }

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