Html Css Color HEX #3C6EAA Lochmara

📋 copy color: '#3C6EAA'

red 60 ◦ green 110 ◦ blue 170

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

Shades of Lochmara #3C6EAA

Tints of Lochmara #3C6EAA

RGB

 RED value IS 60 (23.83% from 255) = 17.65%

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 17.65%
G = 32.35%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C6EAA (or 0x3C6EAA) is known color: Lochmara. HEX triplet: 3C, 6E and AA. RGB value is (60,110,170). Sum of RGB (Red+Green+Blue) = 60+110+170=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C6EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6EAA is #C39155. Grayscale: #656565. Windows color (decimal): -12816726 or 11169340. OLE color: 11169340.

HSL color Cylindrical-coordinate representation of color #3C6EAA: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C6EAA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 110 170 -
CMYK 0.65 0.35 0 0.33
HSL 212.73º 0.48% 0.45% -
HSV(B) 212.73º 0.65% 0.67% -
XYZ 14.7 15.01 40.15 -
YUV 101.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 60 110 170 0.65 0.35 0 0.33 212.73 0.48 0.45
Hex 3C 6E AA 41 23 0 21 D5 30 2D
Octal 74 156 252 101 43 0 41 325 60 55
Binary 111100 1101110 10101010 1000001 100011 0 100001 11010101 110000 101101

Color Harmonies of #3C6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6EAA

Black with #3C6EAA

Text Example


Text Example

White with #3C6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,170); }

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

background-color css

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

 a { background-color: rgb(60,110,170); }

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

border-color css

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

 span { border-color: rgb(60,110,170); }

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