Html Css Color HEX #3C709B Lochmara

📋 copy color: '#3C709B'

red 60 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #3C709B

Tints of Lochmara #3C709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 18.35%
G = 34.25%
B = 47.4%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C709B (or 0x3C709B) is known color: Lochmara. HEX triplet: 3C, 70 and 9B. RGB value is (60,112,155). Sum of RGB (Red+Green+Blue) = 60+112+155=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C709B is #C38F64. Grayscale: #656565. Windows color (decimal): -12816229 or 10186812. OLE color: 10186812.

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

Color convert

RGB 60 112 155 -
CMYK 0.61 0.28 0 0.39
HSL 207.16º 0.44% 0.42% -
HSV(B) 207.16º 0.61% 0.61% -
XYZ 13.57 14.92 33.17 -
YUV 101.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 60 112 155 0.61 0.28 0 0.39 207.16 0.44 0.42
Hex 3C 70 9B 3D 1C 0 27 CF 2C 2A
Octal 74 160 233 75 34 0 47 317 54 52
Binary 111100 1110000 10011011 111101 11100 0 100111 11001111 101100 101010

Color Harmonies of #3C709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C709B

Black with #3C709B

Text Example


Text Example

White with #3C709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,155); }

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

background-color css

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

 a { background-color: rgb(60,112,155); }

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

border-color css

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

 span { border-color: rgb(60,112,155); }

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