Html Css Color HEX #3B739D Lochmara

📋 copy color: '#3B739D'

red 59 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #3B739D

Tints of Lochmara #3B739D

RGB

 RED value IS 59 (23.44% from 255) = 17.82%

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

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 17.82%
G = 34.74%
B = 47.43%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B739D (or 0x3B739D) is known color: Lochmara. HEX triplet: 3B, 73 and 9D. RGB value is (59,115,157). Sum of RGB (Red+Green+Blue) = 59+115+157=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B739D is #C48C62. Grayscale: #666666. Windows color (decimal): -12880995 or 10318651. OLE color: 10318651.

HSL color Cylindrical-coordinate representation of color #3B739D: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B739D is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 115 157 -
CMYK 0.62 0.27 0 0.38
HSL 205.71º 0.45% 0.42% -
HSV(B) 205.71º 0.62% 0.62% -
XYZ 14.02 15.63 34.18 -
YUV 103.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 59 115 157 0.62 0.27 0 0.38 205.71 0.45 0.42
Hex 3B 73 9D 3E 1B 0 26 CE 2D 2A
Octal 73 163 235 76 33 0 46 316 55 52
Binary 111011 1110011 10011101 111110 11011 0 100110 11001110 101101 101010

Color Harmonies of #3B739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B739D

Black with #3B739D

Text Example


Text Example

White with #3B739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,157); }

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

background-color css

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

 a { background-color: rgb(59,115,157); }

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

border-color css

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

 span { border-color: rgb(59,115,157); }

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