Html Css Color HEX #3C719A Lochmara

📋 copy color: '#3C719A'

red 60 ◦ green 113 ◦ blue 154

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

Shades of Lochmara #3C719A

Tints of Lochmara #3C719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 18.35%
G = 34.56%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C719A (or 0x3C719A) is known color: Lochmara. HEX triplet: 3C, 71 and 9A. RGB value is (60,113,154). Sum of RGB (Red+Green+Blue) = 60+113+154=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C719A is #C38E65. Grayscale: #656565. Windows color (decimal): -12815974 or 10121532. OLE color: 10121532.

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

Color convert

RGB 60 113 154 -
CMYK 0.61 0.27 0 0.40
HSL 206.17º 0.44% 0.42% -
HSV(B) 206.17º 0.61% 0.6% -
XYZ 13.6 15.1 32.77 -
YUV 101.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 60 113 154 0.61 0.27 0 0.40 206.17 0.44 0.42
Hex 3C 71 9A 3D 1B 0 28 CE 2C 2A
Octal 74 161 232 75 33 0 50 316 54 52
Binary 111100 1110001 10011010 111101 11011 0 101000 11001110 101100 101010

Color Harmonies of #3C719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C719A

Black with #3C719A

Text Example


Text Example

White with #3C719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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