Html Css Color HEX #3B6DAE Lochmara

📋 copy color: '#3B6DAE'

red 59 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #3B6DAE

Tints of Lochmara #3B6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 17.25%
G = 31.87%
B = 50.88%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B6DAE (or 0x3B6DAE) is known color: Lochmara. HEX triplet: 3B, 6D and AE. RGB value is (59,109,174). Sum of RGB (Red+Green+Blue) = 59+109+174=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6DAE is #C49251. Grayscale: #656565. Windows color (decimal): -12882514 or 11431227. OLE color: 11431227.

HSL color Cylindrical-coordinate representation of color #3B6DAE: hue angle of 213.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B6DAE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 109 174 -
CMYK 0.66 0.37 0 0.32
HSL 213.91º 0.49% 0.46% -
HSV(B) 213.91º 0.66% 0.68% -
XYZ 14.91 14.92 42.14 -
YUV 101.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 59 109 174 0.66 0.37 0 0.32 213.91 0.49 0.46
Hex 3B 6D AE 42 25 0 20 D6 31 2E
Octal 73 155 256 102 45 0 40 326 61 56
Binary 111011 1101101 10101110 1000010 100101 0 100000 11010110 110001 101110

Color Harmonies of #3B6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6DAE

Black with #3B6DAE

Text Example


Text Example

White with #3B6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,109,174); }

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

background-color css

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

 a { background-color: rgb(59,109,174); }

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

border-color css

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

 span { border-color: rgb(59,109,174); }

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