Html Css Color HEX #317BAC Lochmara

📋 copy color: '#317BAC'

red 49 ◦ green 123 ◦ blue 172

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

Shades of Lochmara #317BAC

Tints of Lochmara #317BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 14.24%
G = 35.76%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#317BAC (or 0x317BAC) is known color: Lochmara. HEX triplet: 31, 7B and AC. RGB value is (49,123,172). Sum of RGB (Red+Green+Blue) = 49+123+172=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #317BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BAC is #CE8453. Grayscale: #6A6A6A. Windows color (decimal): -13534292 or 11303729. OLE color: 11303729.

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

Color convert

RGB 49 123 172 -
CMYK 0.72 0.28 0 0.33
HSL 203.9º 0.56% 0.43% -
HSV(B) 203.9º 0.72% 0.67% -
XYZ 15.8 17.8 41.63 -
YUV 106.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 49 123 172 0.72 0.28 0 0.33 203.9 0.56 0.43
Hex 31 7B AC 48 1C 0 21 CC 38 2B
Octal 61 173 254 110 34 0 41 314 70 53
Binary 110001 1111011 10101100 1001000 11100 0 100001 11001100 111000 101011

Color Harmonies of #317BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BAC

Black with #317BAC

Text Example


Text Example

White with #317BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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