Html Css Color HEX #317E8A Atoll

📋 copy color: '#317E8A'

red 49 ◦ green 126 ◦ blue 138

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

Shades of Atoll #317E8A

Tints of Atoll #317E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 15.65%
G = 40.26%
B = 44.09%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#317E8A (or 0x317E8A) is known color: Atoll. HEX triplet: 31, 7E and 8A. RGB value is (49,126,138). Sum of RGB (Red+Green+Blue) = 49+126+138=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #317E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E8A is #CE8175. Grayscale: #686868. Windows color (decimal): -13533558 or 9076273. OLE color: 9076273.

HSL color Cylindrical-coordinate representation of color #317E8A: hue angle of 188.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317E8A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 126 138 -
CMYK 0.64 0.09 0 0.46
HSL 188.09º 0.48% 0.37% -
HSV(B) 188.09º 0.64% 0.54% -
XYZ 13.31 17.41 26.7 -
YUV 104.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 49 126 138 0.64 0.09 0 0.46 188.09 0.48 0.37
Hex 31 7E 8A 40 9 0 2E BC 30 25
Octal 61 176 212 100 11 0 56 274 60 45
Binary 110001 1111110 10001010 1000000 1001 0 101110 10111100 110000 100101

Color Harmonies of #317E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E8A

Black with #317E8A

Text Example


Text Example

White with #317E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317E8A; }

 p { color: rgb(49,126,138); }

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

background-color css

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

 a { background-color: rgb(49,126,138); }

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

border-color css

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

 span { border-color: rgb(49,126,138); }

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