Html Css Color HEX #3C719B Lochmara

📋 copy color: '#3C719B'

red 60 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #3C719B

Tints of Lochmara #3C719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

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

R = 18.29%
G = 34.45%
B = 47.26%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C719B (or 0x3C719B) is known color: Lochmara. HEX triplet: 3C, 71 and 9B. RGB value is (60,113,155). Sum of RGB (Red+Green+Blue) = 60+113+155=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C719B is #C38E64. Grayscale: #656565. Windows color (decimal): -12815973 or 10187068. OLE color: 10187068.

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

Color convert

RGB 60 113 155 -
CMYK 0.61 0.27 0 0.39
HSL 206.53º 0.44% 0.42% -
HSV(B) 206.53º 0.61% 0.61% -
XYZ 13.69 15.14 33.21 -
YUV 101.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 60 113 155 0.61 0.27 0 0.39 206.53 0.44 0.42
Hex 3C 71 9B 3D 1B 0 27 CF 2C 2A
Octal 74 161 233 75 33 0 47 317 54 52
Binary 111100 1110001 10011011 111101 11011 0 100111 11001111 101100 101010

Color Harmonies of #3C719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C719B

Black with #3C719B

Text Example


Text Example

White with #3C719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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