Html Css Color HEX #318588 Atoll

📋 copy color: '#318588'

red 49 ◦ green 133 ◦ blue 136

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

Shades of Atoll #318588

Tints of Atoll #318588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 15.41%
G = 41.82%
B = 42.77%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#318588 (or 0x318588) is known color: Atoll. HEX triplet: 31, 85 and 88. RGB value is (49,133,136). Sum of RGB (Red+Green+Blue) = 49+133+136=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #318588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318588 is #CE7A77. Grayscale: #6C6C6C. Windows color (decimal): -13531768 or 8946993. OLE color: 8946993.

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

Color convert

RGB 49 133 136 -
CMYK 0.64 0.02 0 0.47
HSL 182.07º 0.47% 0.36% -
HSV(B) 182.07º 0.64% 0.53% -
XYZ 14.1 19.21 26.26 -
YUV 108.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 49 133 136 0.64 0.02 0 0.47 182.07 0.47 0.36
Hex 31 85 88 40 2 0 2F B6 2F 24
Octal 61 205 210 100 2 0 57 266 57 44
Binary 110001 10000101 10001000 1000000 10 0 101111 10110110 101111 100100

Color Harmonies of #318588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318588

Black with #318588

Text Example


Text Example

White with #318588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318588; }

 p { color: rgb(49,133,136); }

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

background-color css

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

 a { background-color: rgb(49,133,136); }

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

border-color css

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

 span { border-color: rgb(49,133,136); }

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