Html Css Color HEX #3C6C94 Lochmara

📋 copy color: '#3C6C94'

red 60 ◦ green 108 ◦ blue 148

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

Shades of Lochmara #3C6C94

Tints of Lochmara #3C6C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 18.99%
G = 34.18%
B = 46.84%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C6C94 (or 0x3C6C94) is known color: Lochmara. HEX triplet: 3C, 6C and 94. RGB value is (60,108,148). Sum of RGB (Red+Green+Blue) = 60+108+148=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C6C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6C94 is #C3936B. Grayscale: #626262. Windows color (decimal): -12817260 or 9727036. OLE color: 9727036.

HSL color Cylindrical-coordinate representation of color #3C6C94: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6C94 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 108 148 -
CMYK 0.59 0.27 0 0.42
HSL 207.27º 0.42% 0.41% -
HSV(B) 207.27º 0.59% 0.58% -
XYZ 12.57 13.82 30.02 -
YUV 98.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 60 108 148 0.59 0.27 0 0.42 207.27 0.42 0.41
Hex 3C 6C 94 3B 1B 0 2A CF 2A 29
Octal 74 154 224 73 33 0 52 317 52 51
Binary 111100 1101100 10010100 111011 11011 0 101010 11001111 101010 101001

Color Harmonies of #3C6C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C94

Black with #3C6C94

Text Example


Text Example

White with #3C6C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,148); }

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

background-color css

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

 a { background-color: rgb(60,108,148); }

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

border-color css

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

 span { border-color: rgb(60,108,148); }

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