Html Css Color HEX #3D6EA5 Lochmara

📋 copy color: '#3D6EA5'

red 61 ◦ green 110 ◦ blue 165

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

Shades of Lochmara #3D6EA5

Tints of Lochmara #3D6EA5

RGB

 RED value IS 61 (24.22% from 255) = 18.15%

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 165 (64.84% from 255) = 49.11%

R = 18.15%
G = 32.74%
B = 49.11%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3D6EA5 (or 0x3D6EA5) is known color: Lochmara. HEX triplet: 3D, 6E and A5. RGB value is (61,110,165). Sum of RGB (Red+Green+Blue) = 61+110+165=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D6EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6EA5 is #C2915A. Grayscale: #656565. Windows color (decimal): -12751195 or 10841661. OLE color: 10841661.

HSL color Cylindrical-coordinate representation of color #3D6EA5: hue angle of 211.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D6EA5 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 110 165 -
CMYK 0.63 0.33 0 0.35
HSL 211.73º 0.46% 0.44% -
HSV(B) 211.73º 0.63% 0.65% -
XYZ 14.29 14.86 37.71 -
YUV 101.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 61 110 165 0.63 0.33 0 0.35 211.73 0.46 0.44
Hex 3D 6E A5 3F 21 0 23 D4 2E 2C
Octal 75 156 245 77 41 0 43 324 56 54
Binary 111101 1101110 10100101 111111 100001 0 100011 11010100 101110 101100

Color Harmonies of #3D6EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6EA5

Black with #3D6EA5

Text Example


Text Example

White with #3D6EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,110,165); }

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

background-color css

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

 a { background-color: rgb(61,110,165); }

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

border-color css

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

 span { border-color: rgb(61,110,165); }

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