Html Css Color HEX #318583 Atoll

📋 copy color: '#318583'

red 49 ◦ green 133 ◦ blue 131

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

Shades of Atoll #318583

Tints of Atoll #318583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 15.65%
G = 42.49%
B = 41.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#318583 (or 0x318583) is known color: Atoll. HEX triplet: 31, 85 and 83. RGB value is (49,133,131). Sum of RGB (Red+Green+Blue) = 49+133+131=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #318583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318583 is #CE7A7C. Grayscale: #6B6B6B. Windows color (decimal): -13531773 or 8619313. OLE color: 8619313.

HSL color Cylindrical-coordinate representation of color #318583: hue angle of 178.57º 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 #318583 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 131 -
CMYK 0.63 0 0.02 0.48
HSL 178.57º 0.46% 0.36% -
HSV(B) 178.57º 0.63% 0.52% -
XYZ 13.75 19.07 24.43 -
YUV 107.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 49 133 131 0.63 0 0.02 0.48 178.57 0.46 0.36
Hex 31 85 83 3F 0 2 30 B3 2E 24
Octal 61 205 203 77 0 2 60 263 56 44
Binary 110001 10000101 10000011 111111 0 10 110000 10110011 101110 100100

Color Harmonies of #318583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318583

Black with #318583

Text Example


Text Example

White with #318583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318583; }

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

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

background-color css

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

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

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

border-color css

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

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

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