Html Css Color HEX #316AB0 Lochmara

📋 copy color: '#316AB0'

red 49 ◦ green 106 ◦ blue 176

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

Shades of Lochmara #316AB0

Tints of Lochmara #316AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 176 (69.14% from 255) = 53.17%

R = 14.8%
G = 32.02%
B = 53.17%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#316AB0 (or 0x316AB0) is known color: Lochmara. HEX triplet: 31, 6A and B0. RGB value is (49,106,176). Sum of RGB (Red+Green+Blue) = 49+106+176=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #316AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316AB0 is #CE954F. Grayscale: #606060. Windows color (decimal): -13538640 or 11561521. OLE color: 11561521.

HSL color Cylindrical-coordinate representation of color #316AB0: hue angle of 213.07º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316AB0 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 106 176 -
CMYK 0.72 0.40 0 0.31
HSL 213.07º 0.56% 0.44% -
HSV(B) 213.07º 0.72% 0.69% -
XYZ 14.26 14.1 43.04 -
YUV 96.94 172.62 93.81 -
System Red Green Blue C M Y K H S L
Decimal 49 106 176 0.72 0.40 0 0.31 213.07 0.56 0.44
Hex 31 6A B0 48 28 0 1F D5 38 2C
Octal 61 152 260 110 50 0 37 325 70 54
Binary 110001 1101010 10110000 1001000 101000 0 11111 11010101 111000 101100

Color Harmonies of #316AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AB0

Black with #316AB0

Text Example


Text Example

White with #316AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316AB0; }

 p { color: rgb(49,106,176); }

 H1.HeaderClassName
 {
   color: #316AB0;
 }
 .AnyTagClassName
 {
   color: #316AB0;
 }
</style>

background-color css

<style>
 a { background-color: #316AB0; }

 a { background-color: rgb(49,106,176); }

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

border-color css

<style>
 span { border-color: #316AB0; }

 span { border-color: rgb(49,106,176); }

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