Html Css Color HEX #317BAB Lochmara

📋 copy color: '#317BAB'

red 49 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #317BAB

Tints of Lochmara #317BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

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

R = 14.29%
G = 35.86%
B = 49.85%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#317BAB (or 0x317BAB) is known color: Lochmara. HEX triplet: 31, 7B and AB. RGB value is (49,123,171). Sum of RGB (Red+Green+Blue) = 49+123+171=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #317BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BAB is #CE8454. Grayscale: #6A6A6A. Windows color (decimal): -13534293 or 11238193. OLE color: 11238193.

HSL color Cylindrical-coordinate representation of color #317BAB: hue angle of 203.61º 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 #317BAB is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 123 171 -
CMYK 0.71 0.28 0 0.33
HSL 203.61º 0.55% 0.43% -
HSV(B) 203.61º 0.71% 0.67% -
XYZ 15.7 17.76 41.13 -
YUV 106.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 49 123 171 0.71 0.28 0 0.33 203.61 0.55 0.43
Hex 31 7B AB 47 1C 0 21 CC 37 2B
Octal 61 173 253 107 34 0 41 314 67 53
Binary 110001 1111011 10101011 1000111 11100 0 100001 11001100 110111 101011

Color Harmonies of #317BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BAB

Black with #317BAB

Text Example


Text Example

White with #317BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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