Html Css Color HEX #3C7298 Lochmara

📋 copy color: '#3C7298'

red 60 ◦ green 114 ◦ blue 152

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

Shades of Lochmara #3C7298

Tints of Lochmara #3C7298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 18.4%
G = 34.97%
B = 46.63%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C7298 (or 0x3C7298) is known color: Lochmara. HEX triplet: 3C, 72 and 98. RGB value is (60,114,152). Sum of RGB (Red+Green+Blue) = 60+114+152=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C7298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7298 is #C38D67. Grayscale: #656565. Windows color (decimal): -12815720 or 9990716. OLE color: 9990716.

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

Color convert

RGB 60 114 152 -
CMYK 0.61 0.25 0 0.40
HSL 204.78º 0.43% 0.42% -
HSV(B) 204.78º 0.61% 0.6% -
XYZ 13.55 15.26 31.94 -
YUV 102.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 60 114 152 0.61 0.25 0 0.40 204.78 0.43 0.42
Hex 3C 72 98 3D 19 0 28 CD 2B 2A
Octal 74 162 230 75 31 0 50 315 53 52
Binary 111100 1110010 10011000 111101 11001 0 101000 11001101 101011 101010

Color Harmonies of #3C7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7298

Black with #3C7298

Text Example


Text Example

White with #3C7298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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