Html Css Color HEX #317BAA Lochmara

📋 copy color: '#317BAA'

red 49 ◦ green 123 ◦ blue 170

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

Shades of Lochmara #317BAA

Tints of Lochmara #317BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 14.33%
G = 35.96%
B = 49.71%

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

#317BAA (or 0x317BAA) is known color: Lochmara. HEX triplet: 31, 7B and AA. RGB value is (49,123,170). Sum of RGB (Red+Green+Blue) = 49+123+170=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #317BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BAA is #CE8455. Grayscale: #696969. Windows color (decimal): -13534294 or 11172657. OLE color: 11172657.

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

Color convert

RGB 49 123 170 -
CMYK 0.71 0.28 0 0.33
HSL 203.31º 0.55% 0.43% -
HSV(B) 203.31º 0.71% 0.67% -
XYZ 15.61 17.72 40.63 -
YUV 106.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 49 123 170 0.71 0.28 0 0.33 203.31 0.55 0.43
Hex 31 7B AA 47 1C 0 21 CB 37 2B
Octal 61 173 252 107 34 0 41 313 67 53
Binary 110001 1111011 10101010 1000111 11100 0 100001 11001011 110111 101011

Color Harmonies of #317BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BAA

Black with #317BAA

Text Example


Text Example

White with #317BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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