Html Css Color HEX #3B7197 Lochmara

📋 copy color: '#3B7197'

red 59 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #3B7197

Tints of Lochmara #3B7197

RGB

 RED value IS 59 (23.44% from 255) = 18.27%

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 18.27%
G = 34.98%
B = 46.75%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B7197 (or 0x3B7197) is known color: Lochmara. HEX triplet: 3B, 71 and 97. RGB value is (59,113,151). Sum of RGB (Red+Green+Blue) = 59+113+151=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B7197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7197 is #C48E68. Grayscale: #646464. Windows color (decimal): -12881513 or 9924923. OLE color: 9924923.

HSL color Cylindrical-coordinate representation of color #3B7197: hue angle of 204.78º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B7197 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 113 151 -
CMYK 0.61 0.25 0 0.41
HSL 204.78º 0.44% 0.41% -
HSV(B) 204.78º 0.61% 0.59% -
XYZ 13.29 14.97 31.47 -
YUV 101.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 59 113 151 0.61 0.25 0 0.41 204.78 0.44 0.41
Hex 3B 71 97 3D 19 0 29 CD 2C 29
Octal 73 161 227 75 31 0 51 315 54 51
Binary 111011 1110001 10010111 111101 11001 0 101001 11001101 101100 101001

Color Harmonies of #3B7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7197

Black with #3B7197

Text Example


Text Example

White with #3B7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B7197; }

 p { color: rgb(59,113,151); }

 H1.HeaderClassName
 {
   color: #3B7197;
 }
 .AnyTagClassName
 {
   color: #3B7197;
 }
</style>

background-color css

<style>
 a { background-color: #3B7197; }

 a { background-color: rgb(59,113,151); }

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

border-color css

<style>
 span { border-color: #3B7197; }

 span { border-color: rgb(59,113,151); }

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