Html Css Color HEX #317E7B Atoll

📋 copy color: '#317E7B'

red 49 ◦ green 126 ◦ blue 123

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

Shades of Atoll #317E7B

Tints of Atoll #317E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 16.44%
G = 42.28%
B = 41.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#317E7B (or 0x317E7B) is known color: Atoll. HEX triplet: 31, 7E and 7B. RGB value is (49,126,123). Sum of RGB (Red+Green+Blue) = 49+126+123=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #317E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E7B is #CE8184. Grayscale: #666666. Windows color (decimal): -13533573 or 8093233. OLE color: 8093233.

HSL color Cylindrical-coordinate representation of color #317E7B: hue angle of 177.66º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E7B is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 123 -
CMYK 0.61 0 0.02 0.51
HSL 177.66º 0.44% 0.34% -
HSV(B) 177.66º 0.61% 0.49% -
XYZ 12.3 17 21.37 -
YUV 102.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 49 126 123 0.61 0 0.02 0.51 177.66 0.44 0.34
Hex 31 7E 7B 3D 0 2 33 B2 2C 22
Octal 61 176 173 75 0 2 63 262 54 42
Binary 110001 1111110 1111011 111101 0 10 110011 10110010 101100 100010

Color Harmonies of #317E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E7B

Black with #317E7B

Text Example


Text Example

White with #317E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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