#3C6FAB

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

Shades of Lochmara #3C6FAB

Tints of Lochmara #3C6FAB

Color information

#3C6FAB (or 0x3C6FAB) is unknown color: approx Lochmara. HEX triplet: 3C, 6F and AB. RGB value is (60,111,171). Sum of RGB (Red+Green+Blue) = 60+111+171=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C6FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6FAB is #C39054. Grayscale: #666666. Windows color (decimal): -12816469 or 11235132. OLE color: 11235132.

HSL color Cylindrical-coordinate representation of color #3C6FAB: hue angle of 212.43º 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 #3C6FAB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60111171-
CMYK0.650.3500.33
HSL212.43º48.05%45.29%-
HSV(B)212.43º64.91%67.06%-
XYZ14.915.2740.69-
YUV102.59166.697.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 171 (67.19% from 255) = 50%
R=17.54%
G=32.46%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601111710.650.3500.33212.4348.0545.29
Hex3C6FAB4123021d4302d
Octal74157253101430413246055
Binary1111001101111101010111000001100011010000111010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,171); }

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

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

 a { background-color: rgb(60,111,171); }

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

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

 span { border-color: rgb(60,111,171); }

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