Html Css Color HEX #3B6897 Lochmara

📋 copy color: '#3B6897'

red 59 ◦ green 104 ◦ blue 151

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

Shades of Lochmara #3B6897

Tints of Lochmara #3B6897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

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

R = 18.79%
G = 33.12%
B = 48.09%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B6897 (or 0x3B6897) is known color: Lochmara. HEX triplet: 3B, 68 and 97. RGB value is (59,104,151). Sum of RGB (Red+Green+Blue) = 59+104+151=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B6897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6897 is #C49768. Grayscale: #5F5F5F. Windows color (decimal): -12883817 or 9922619. OLE color: 9922619.

HSL color Cylindrical-coordinate representation of color #3B6897: hue angle of 210.65º 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 #3B6897 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 104 151 -
CMYK 0.61 0.31 0 0.41
HSL 210.65º 0.44% 0.41% -
HSV(B) 210.65º 0.61% 0.59% -
XYZ 12.34 13.06 31.15 -
YUV 95.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 59 104 151 0.61 0.31 0 0.41 210.65 0.44 0.41
Hex 3B 68 97 3D 1F 0 29 D3 2C 29
Octal 73 150 227 75 37 0 51 323 54 51
Binary 111011 1101000 10010111 111101 11111 0 101001 11010011 101100 101001

Color Harmonies of #3B6897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6897

Black with #3B6897

Text Example


Text Example

White with #3B6897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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