Html Css Color HEX #318285 Atoll

📋 copy color: '#318285'

red 49 ◦ green 130 ◦ blue 133

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

Shades of Atoll #318285

Tints of Atoll #318285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 15.71%
G = 41.67%
B = 42.63%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#318285 (or 0x318285) is known color: Atoll. HEX triplet: 31, 82 and 85. RGB value is (49,130,133). Sum of RGB (Red+Green+Blue) = 49+130+133=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #318285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318285 is #CE7D7A. Grayscale: #6A6A6A. Windows color (decimal): -13532539 or 8749617. OLE color: 8749617.

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

Color convert

RGB 49 130 133 -
CMYK 0.63 0.02 0 0.48
HSL 182.14º 0.46% 0.36% -
HSV(B) 182.14º 0.63% 0.52% -
XYZ 13.48 18.31 25.01 -
YUV 106.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 49 130 133 0.63 0.02 0 0.48 182.14 0.46 0.36
Hex 31 82 85 3F 2 0 30 B6 2E 24
Octal 61 202 205 77 2 0 60 266 56 44
Binary 110001 10000010 10000101 111111 10 0 110000 10110110 101110 100100

Color Harmonies of #318285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318285

Black with #318285

Text Example


Text Example

White with #318285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318285; }

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

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

background-color css

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

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

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

border-color css

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

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

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