Html Css Color HEX #3C6994 Lochmara

📋 copy color: '#3C6994'

red 60 ◦ green 105 ◦ blue 148

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

Shades of Lochmara #3C6994

Tints of Lochmara #3C6994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 19.17%
G = 33.55%
B = 47.28%

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

#3C6994 (or 0x3C6994) is known color: Lochmara. HEX triplet: 3C, 69 and 94. RGB value is (60,105,148). Sum of RGB (Red+Green+Blue) = 60+105+148=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C6994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6994 is #C3966B. Grayscale: #606060. Windows color (decimal): -12818028 or 9726268. OLE color: 9726268.

HSL color Cylindrical-coordinate representation of color #3C6994: hue angle of 209.32º 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 #3C6994 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 105 148 -
CMYK 0.59 0.29 0 0.42
HSL 209.32º 0.42% 0.41% -
HSV(B) 209.32º 0.59% 0.58% -
XYZ 12.26 13.2 29.92 -
YUV 96.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 60 105 148 0.59 0.29 0 0.42 209.32 0.42 0.41
Hex 3C 69 94 3B 1D 0 2A D1 2A 29
Octal 74 151 224 73 35 0 52 321 52 51
Binary 111100 1101001 10010100 111011 11101 0 101010 11010001 101010 101001

Color Harmonies of #3C6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6994

Black with #3C6994

Text Example


Text Example

White with #3C6994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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