#3C6998

Color #3C6998 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3C6998

Tints of Lochmara #3C6998

Color information

#3C6998 (or 0x3C6998) is unknown color: approx Lochmara. HEX triplet: 3C, 69 and 98. RGB value is (60,105,152). Sum of RGB (Red+Green+Blue) = 60+105+152=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C6998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6998 is #C39667. Grayscale: #606060. Windows color (decimal): -12818024 or 9988412. OLE color: 9988412.

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

Color convert

RGB60105152-
CMYK0.610.3100.40
HSL210.65º43.4%41.57%-
HSV(B)210.65º60.53%59.61%-
XYZ12.5813.3331.62-
YUV96.9159.09101.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=18.93%
G=33.12%
B=47.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601051520.610.3100.40210.6543.441.57
Hex3C69983D1F028d32b2a
Octal7415123075370503235352
Binary11110011010011001100011110111111010100011010011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C6998;
 }
 .AnyTagClassName
 {
   color: #3C6998;
 }
</style>
background-color css

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

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

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

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

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

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