Html Css Color HEX #3B749B Lochmara

📋 copy color: '#3B749B'

red 59 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #3B749B

Tints of Lochmara #3B749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 17.88%
G = 35.15%
B = 46.97%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B749B (or 0x3B749B) is known color: Lochmara. HEX triplet: 3B, 74 and 9B. RGB value is (59,116,155). Sum of RGB (Red+Green+Blue) = 59+116+155=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B749B is #C48B64. Grayscale: #676767. Windows color (decimal): -12880741 or 10187835. OLE color: 10187835.

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

Color convert

RGB 59 116 155 -
CMYK 0.62 0.25 0 0.39
HSL 204.38º 0.45% 0.42% -
HSV(B) 204.38º 0.62% 0.61% -
XYZ 13.97 15.79 33.32 -
YUV 103.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 59 116 155 0.62 0.25 0 0.39 204.38 0.45 0.42
Hex 3B 74 9B 3E 19 0 27 CC 2D 2A
Octal 73 164 233 76 31 0 47 314 55 52
Binary 111011 1110100 10011011 111110 11001 0 100111 11001100 101101 101010

Color Harmonies of #3B749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B749B

Black with #3B749B

Text Example


Text Example

White with #3B749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,155); }

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

background-color css

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

 a { background-color: rgb(59,116,155); }

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

border-color css

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

 span { border-color: rgb(59,116,155); }

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