Html Css Color HEX #3678AC Lochmara

📋 copy color: '#3678AC'

red 54 ◦ green 120 ◦ blue 172

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

Shades of Lochmara #3678AC

Tints of Lochmara #3678AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 15.61%
G = 34.68%
B = 49.71%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3678AC (or 0x3678AC) is known color: Lochmara. HEX triplet: 36, 78 and AC. RGB value is (54,120,172). Sum of RGB (Red+Green+Blue) = 54+120+172=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #3678AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3678AC is #C98753. Grayscale: #696969. Windows color (decimal): -13207380 or 11302966. OLE color: 11302966.

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

Color convert

RGB 54 120 172 -
CMYK 0.69 0.30 0 0.33
HSL 206.44º 0.52% 0.44% -
HSV(B) 206.44º 0.69% 0.67% -
XYZ 15.68 17.2 41.52 -
YUV 106.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 54 120 172 0.69 0.30 0 0.33 206.44 0.52 0.44
Hex 36 78 AC 45 1E 0 21 CE 34 2C
Octal 66 170 254 105 36 0 41 316 64 54
Binary 110110 1111000 10101100 1000101 11110 0 100001 11001110 110100 101100

Color Harmonies of #3678AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3678AC

Black with #3678AC

Text Example


Text Example

White with #3678AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3678AC; }

 p { color: rgb(54,120,172); }

 H1.HeaderClassName
 {
   color: #3678AC;
 }
 .AnyTagClassName
 {
   color: #3678AC;
 }
</style>

background-color css

<style>
 a { background-color: #3678AC; }

 a { background-color: rgb(54,120,172); }

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

border-color css

<style>
 span { border-color: #3678AC; }

 span { border-color: rgb(54,120,172); }

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