Html Css Color HEX #3C6993 Lochmara

📋 copy color: '#3C6993'

red 60 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #3C6993

Tints of Lochmara #3C6993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 19.23%
G = 33.65%
B = 47.12%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C6993 (or 0x3C6993) is known color: Lochmara. HEX triplet: 3C, 69 and 93. RGB value is (60,105,147). Sum of RGB (Red+Green+Blue) = 60+105+147=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6993 is #C3966C. Grayscale: #606060. Windows color (decimal): -12818029 or 9660732. OLE color: 9660732.

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

Color convert

RGB 60 105 147 -
CMYK 0.59 0.29 0 0.42
HSL 208.97º 0.42% 0.41% -
HSV(B) 208.97º 0.59% 0.58% -
XYZ 12.18 13.17 29.5 -
YUV 96.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 60 105 147 0.59 0.29 0 0.42 208.97 0.42 0.41
Hex 3C 69 93 3B 1D 0 2A D1 2A 29
Octal 74 151 223 73 35 0 52 321 52 51
Binary 111100 1101001 10010011 111011 11101 0 101010 11010001 101010 101001

Color Harmonies of #3C6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6993

Black with #3C6993

Text Example


Text Example

White with #3C6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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