Html Css Color HEX #3676AB Lochmara

📋 copy color: '#3676AB'

red 54 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #3676AB

Tints of Lochmara #3676AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 15.74%
G = 34.4%
B = 49.85%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3676AB (or 0x3676AB) is known color: Lochmara. HEX triplet: 36, 76 and AB. RGB value is (54,118,171). Sum of RGB (Red+Green+Blue) = 54+118+171=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3676AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3676AB is #C98954. Grayscale: #686868. Windows color (decimal): -13207893 or 11236918. OLE color: 11236918.

HSL color Cylindrical-coordinate representation of color #3676AB: hue angle of 207.18º 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 #3676AB is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 118 171 -
CMYK 0.68 0.31 0 0.33
HSL 207.18º 0.52% 0.44% -
HSV(B) 207.18º 0.68% 0.67% -
XYZ 15.35 16.68 40.94 -
YUV 104.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 54 118 171 0.68 0.31 0 0.33 207.18 0.52 0.44
Hex 36 76 AB 44 1F 0 21 CF 34 2C
Octal 66 166 253 104 37 0 41 317 64 54
Binary 110110 1110110 10101011 1000100 11111 0 100001 11001111 110100 101100

Color Harmonies of #3676AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3676AB

Black with #3676AB

Text Example


Text Example

White with #3676AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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