Html Css Color HEX #3C7499 Lochmara

📋 copy color: '#3C7499'

red 60 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #3C7499

Tints of Lochmara #3C7499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 18.24%
G = 35.26%
B = 46.5%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C7499 (or 0x3C7499) is known color: Lochmara. HEX triplet: 3C, 74 and 99. RGB value is (60,116,153). Sum of RGB (Red+Green+Blue) = 60+116+153=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C7499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7499 is #C38B66. Grayscale: #676767. Windows color (decimal): -12815207 or 10056764. OLE color: 10056764.

HSL color Cylindrical-coordinate representation of color #3C7499: hue angle of 203.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7499 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 116 153 -
CMYK 0.61 0.24 0 0.4
HSL 203.87º 0.44% 0.42% -
HSV(B) 203.87º 0.61% 0.6% -
XYZ 13.86 15.75 32.45 -
YUV 103.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 60 116 153 0.61 0.24 0 0.4 203.87 0.44 0.42
Hex 3C 74 99 3D 18 0 28 CC 2C 2A
Octal 74 164 231 75 30 0 50 314 54 52
Binary 111100 1110100 10011001 111101 11000 0 101000 11001100 101100 101010

Color Harmonies of #3C7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7499

Black with #3C7499

Text Example


Text Example

White with #3C7499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,153); }

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

background-color css

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

 a { background-color: rgb(60,116,153); }

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

border-color css

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

 span { border-color: rgb(60,116,153); }

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