Html Css Color HEX #3C75AA Lochmara

📋 copy color: '#3C75AA'

red 60 ◦ green 117 ◦ blue 170

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

Shades of Lochmara #3C75AA

Tints of Lochmara #3C75AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 17.29%
G = 33.72%
B = 48.99%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C75AA (or 0x3C75AA) is known color: Lochmara. HEX triplet: 3C, 75 and AA. RGB value is (60,117,170). Sum of RGB (Red+Green+Blue) = 60+117+170=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C75AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C75AA is #C38A55. Grayscale: #696969. Windows color (decimal): -12814934 or 11171132. OLE color: 11171132.

HSL color Cylindrical-coordinate representation of color #3C75AA: hue angle of 208.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C75AA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 117 170 -
CMYK 0.65 0.31 0 0.33
HSL 208.91º 0.48% 0.45% -
HSV(B) 208.91º 0.65% 0.67% -
XYZ 15.48 16.59 40.42 -
YUV 106 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 60 117 170 0.65 0.31 0 0.33 208.91 0.48 0.45
Hex 3C 75 AA 41 1F 0 21 D1 30 2D
Octal 74 165 252 101 37 0 41 321 60 55
Binary 111100 1110101 10101010 1000001 11111 0 100001 11010001 110000 101101

Color Harmonies of #3C75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C75AA

Black with #3C75AA

Text Example


Text Example

White with #3C75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,170); }

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

background-color css

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

 a { background-color: rgb(60,117,170); }

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

border-color css

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

 span { border-color: rgb(60,117,170); }

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