Html Css Color HEX #3674AB Lochmara

📋 copy color: '#3674AB'

red 54 ◦ green 116 ◦ blue 171

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

Shades of Lochmara #3674AB

Tints of Lochmara #3674AB

RGB

 RED value IS 54 (21.48% from 255) = 15.84%

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 15.84%
G = 34.02%
B = 50.15%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3674AB (or 0x3674AB) is known color: Lochmara. HEX triplet: 36, 74 and AB. RGB value is (54,116,171). Sum of RGB (Red+Green+Blue) = 54+116+171=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3674AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3674AB is #C98B54. Grayscale: #676767. Windows color (decimal): -13208405 or 11236406. OLE color: 11236406.

HSL color Cylindrical-coordinate representation of color #3674AB: hue angle of 208.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3674AB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 116 171 -
CMYK 0.68 0.32 0 0.33
HSL 208.21º 0.52% 0.44% -
HSV(B) 208.21º 0.68% 0.67% -
XYZ 15.12 16.22 40.86 -
YUV 103.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 54 116 171 0.68 0.32 0 0.33 208.21 0.52 0.44
Hex 36 74 AB 44 20 0 21 D0 34 2C
Octal 66 164 253 104 40 0 41 320 64 54
Binary 110110 1110100 10101011 1000100 100000 0 100001 11010000 110100 101100

Color Harmonies of #3674AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674AB

Black with #3674AB

Text Example


Text Example

White with #3674AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3674AB; }

 p { color: rgb(54,116,171); }

 H1.HeaderClassName
 {
   color: #3674AB;
 }
 .AnyTagClassName
 {
   color: #3674AB;
 }
</style>

background-color css

<style>
 a { background-color: #3674AB; }

 a { background-color: rgb(54,116,171); }

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

border-color css

<style>
 span { border-color: #3674AB; }

 span { border-color: rgb(54,116,171); }

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