Html Css Color HEX #3D739A Lochmara

📋 copy color: '#3D739A'

red 61 ◦ green 115 ◦ blue 154

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

Shades of Lochmara #3D739A

Tints of Lochmara #3D739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 18.48%
G = 34.85%
B = 46.67%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3D739A (or 0x3D739A) is known color: Lochmara. HEX triplet: 3D, 73 and 9A. RGB value is (61,115,154). Sum of RGB (Red+Green+Blue) = 61+115+154=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D739A is #C28C65. Grayscale: #676767. Windows color (decimal): -12749926 or 10122045. OLE color: 10122045.

HSL color Cylindrical-coordinate representation of color #3D739A: hue angle of 205.16º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D739A is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 115 154 -
CMYK 0.60 0.25 0 0.40
HSL 205.16º 0.43% 0.42% -
HSV(B) 205.16º 0.6% 0.6% -
XYZ 13.89 15.59 32.85 -
YUV 103.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 61 115 154 0.60 0.25 0 0.40 205.16 0.43 0.42
Hex 3D 73 9A 3C 19 0 28 CD 2B 2A
Octal 75 163 232 74 31 0 50 315 53 52
Binary 111101 1110011 10011010 111100 11001 0 101000 11001101 101011 101010

Color Harmonies of #3D739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D739A

Black with #3D739A

Text Example


Text Example

White with #3D739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,154); }

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

background-color css

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

 a { background-color: rgb(61,115,154); }

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

border-color css

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

 span { border-color: rgb(61,115,154); }

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