Html Css Color HEX #317BA9 Lochmara

📋 copy color: '#317BA9'

red 49 ◦ green 123 ◦ blue 169

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

Shades of Lochmara #317BA9

Tints of Lochmara #317BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.56%

R = 14.37%
G = 36.07%
B = 49.56%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#317BA9 (or 0x317BA9) is known color: Lochmara. HEX triplet: 31, 7B and A9. RGB value is (49,123,169). Sum of RGB (Red+Green+Blue) = 49+123+169=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #317BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BA9 is #CE8456. Grayscale: #696969. Windows color (decimal): -13534295 or 11107121. OLE color: 11107121.

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

Color convert

RGB 49 123 169 -
CMYK 0.71 0.27 0 0.34
HSL 203º 0.55% 0.43% -
HSV(B) 203º 0.71% 0.66% -
XYZ 15.51 17.68 40.13 -
YUV 106.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 49 123 169 0.71 0.27 0 0.34 203 0.55 0.43
Hex 31 7B A9 47 1B 0 22 CB 37 2B
Octal 61 173 251 107 33 0 42 313 67 53
Binary 110001 1111011 10101001 1000111 11011 0 100010 11001011 110111 101011

Color Harmonies of #317BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BA9

Black with #317BA9

Text Example


Text Example

White with #317BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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