Html Css Color HEX #3C6997 Lochmara

📋 copy color: '#3C6997'

red 60 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #3C6997

Tints of Lochmara #3C6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 18.99%
G = 33.23%
B = 47.78%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C6997 (or 0x3C6997) is known color: Lochmara. HEX triplet: 3C, 69 and 97. RGB value is (60,105,151). Sum of RGB (Red+Green+Blue) = 60+105+151=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C6997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6997 is #C39668. Grayscale: #606060. Windows color (decimal): -12818025 or 9922876. OLE color: 9922876.

HSL color Cylindrical-coordinate representation of color #3C6997: hue angle of 210.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6997 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 105 151 -
CMYK 0.60 0.30 0 0.41
HSL 210.33º 0.43% 0.41% -
HSV(B) 210.33º 0.6% 0.59% -
XYZ 12.5 13.3 31.19 -
YUV 96.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 60 105 151 0.60 0.30 0 0.41 210.33 0.43 0.41
Hex 3C 69 97 3C 1E 0 29 D2 2B 29
Octal 74 151 227 74 36 0 51 322 53 51
Binary 111100 1101001 10010111 111100 11110 0 101001 11010010 101011 101001

Color Harmonies of #3C6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6997

Black with #3C6997

Text Example


Text Example

White with #3C6997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,151); }

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

background-color css

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

 a { background-color: rgb(60,105,151); }

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

border-color css

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

 span { border-color: rgb(60,105,151); }

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