#3D6C9B

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

Shades of Lochmara #3D6C9B

Tints of Lochmara #3D6C9B

Color information

#3D6C9B (or 0x3D6C9B) is unknown color: approx Lochmara. HEX triplet: 3D, 6C and 9B. RGB value is (61,108,155). Sum of RGB (Red+Green+Blue) = 61+108+155=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D6C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6C9B is #C29364. Grayscale: #636363. Windows color (decimal): -12751717 or 10185789. OLE color: 10185789.

HSL color Cylindrical-coordinate representation of color #3D6C9B: hue angle of 210º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D6C9B is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61108155-
CMYK0.610.3000.39
HSL210º43.52%42.35%-
HSV(B)210º60.65%60.78%-
XYZ13.214.0833.03-
YUV99.3159.43100.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=18.83%
G=33.33%
B=47.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611081550.610.3000.3921043.5242.35
Hex3D6C9B3D1E027d22c2a
Octal7515423375360473225452
Binary11110111011001001101111110111110010011111010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,155); }

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

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

 a { background-color: rgb(61,108,155); }

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

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

 span { border-color: rgb(61,108,155); }

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