Html Css Color HEX #317DAB Lochmara

📋 copy color: '#317DAB'

red 49 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #317DAB

Tints of Lochmara #317DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 14.2%
G = 36.23%
B = 49.57%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#317DAB (or 0x317DAB) is known color: Lochmara. HEX triplet: 31, 7D and AB. RGB value is (49,125,171). Sum of RGB (Red+Green+Blue) = 49+125+171=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #317DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DAB is #CE8254. Grayscale: #6B6B6B. Windows color (decimal): -13533781 or 11238705. OLE color: 11238705.

HSL color Cylindrical-coordinate representation of color #317DAB: hue angle of 202.62º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317DAB is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 125 171 -
CMYK 0.71 0.27 0 0.33
HSL 202.62º 0.55% 0.43% -
HSV(B) 202.62º 0.71% 0.67% -
XYZ 15.95 18.26 41.21 -
YUV 107.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 49 125 171 0.71 0.27 0 0.33 202.62 0.55 0.43
Hex 31 7D AB 47 1B 0 21 CB 37 2B
Octal 61 175 253 107 33 0 41 313 67 53
Binary 110001 1111101 10101011 1000111 11011 0 100001 11001011 110111 101011

Color Harmonies of #317DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DAB

Black with #317DAB

Text Example


Text Example

White with #317DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,171); }

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

background-color css

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

 a { background-color: rgb(49,125,171); }

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

border-color css

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

 span { border-color: rgb(49,125,171); }

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