Html Css Color HEX #3174B4 Lochmara

📋 copy color: '#3174B4'

red 49 ◦ green 116 ◦ blue 180

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

Shades of Lochmara #3174B4

Tints of Lochmara #3174B4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 180 (70.7% from 255) = 52.17%

R = 14.2%
G = 33.62%
B = 52.17%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3174B4 (or 0x3174B4) is known color: Lochmara. HEX triplet: 31, 74 and B4. RGB value is (49,116,180). Sum of RGB (Red+Green+Blue) = 49+116+180=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #3174B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174B4 is #CE8B4B. Grayscale: #666666. Windows color (decimal): -13536076 or 11826225. OLE color: 11826225.

HSL color Cylindrical-coordinate representation of color #3174B4: hue angle of 209.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3174B4 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 116 180 -
CMYK 0.73 0.36 0 0.29
HSL 209.31º 0.57% 0.45% -
HSV(B) 209.31º 0.73% 0.71% -
XYZ 15.75 16.44 45.52 -
YUV 103.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 49 116 180 0.73 0.36 0 0.29 209.31 0.57 0.45
Hex 31 74 B4 49 24 0 1D D1 39 2D
Octal 61 164 264 111 44 0 35 321 71 55
Binary 110001 1110100 10110100 1001001 100100 0 11101 11010001 111001 101101

Color Harmonies of #3174B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174B4

Black with #3174B4

Text Example


Text Example

White with #3174B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3174B4; }

 p { color: rgb(49,116,180); }

 H1.HeaderClassName
 {
   color: #3174B4;
 }
 .AnyTagClassName
 {
   color: #3174B4;
 }
</style>

background-color css

<style>
 a { background-color: #3174B4; }

 a { background-color: rgb(49,116,180); }

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

border-color css

<style>
 span { border-color: #3174B4; }

 span { border-color: rgb(49,116,180); }

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