Html Css Color HEX #3C7299 Lochmara

📋 copy color: '#3C7299'

red 60 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #3C7299

Tints of Lochmara #3C7299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 18.35%
G = 34.86%
B = 46.79%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C7299 (or 0x3C7299) is known color: Lochmara. HEX triplet: 3C, 72 and 99. RGB value is (60,114,153). Sum of RGB (Red+Green+Blue) = 60+114+153=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C7299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7299 is #C38D66. Grayscale: #666666. Windows color (decimal): -12815719 or 10056252. OLE color: 10056252.

HSL color Cylindrical-coordinate representation of color #3C7299: hue angle of 205.16º 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 #3C7299 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 114 153 -
CMYK 0.61 0.25 0 0.4
HSL 205.16º 0.44% 0.42% -
HSV(B) 205.16º 0.61% 0.6% -
XYZ 13.63 15.3 32.37 -
YUV 102.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 60 114 153 0.61 0.25 0 0.4 205.16 0.44 0.42
Hex 3C 72 99 3D 19 0 28 CD 2C 2A
Octal 74 162 231 75 31 0 50 315 54 52
Binary 111100 1110010 10011001 111101 11001 0 101000 11001101 101100 101010

Color Harmonies of #3C7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7299

Black with #3C7299

Text Example


Text Example

White with #3C7299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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