Html Css Color HEX #3768A0 Lochmara

📋 copy color: '#3768A0'

red 55 ◦ green 104 ◦ blue 160

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

Shades of Lochmara #3768A0

Tints of Lochmara #3768A0

RGB

 RED value IS 55 (21.88% from 255) = 17.24%

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 17.24%
G = 32.6%
B = 50.16%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3768A0 (or 0x3768A0) is known color: Lochmara. HEX triplet: 37, 68 and A0. RGB value is (55,104,160). Sum of RGB (Red+Green+Blue) = 55+104+160=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #3768A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3768A0 is #C8975F. Grayscale: #5F5F5F. Windows color (decimal): -13145952 or 10512439. OLE color: 10512439.

HSL color Cylindrical-coordinate representation of color #3768A0: hue angle of 212º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3768A0 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 104 160 -
CMYK 0.66 0.35 0 0.37
HSL 212º 0.49% 0.42% -
HSV(B) 212º 0.66% 0.63% -
XYZ 12.87 13.25 35.14 -
YUV 95.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 55 104 160 0.66 0.35 0 0.37 212 0.49 0.42
Hex 37 68 A0 42 23 0 25 D4 31 2A
Octal 67 150 240 102 43 0 45 324 61 52
Binary 110111 1101000 10100000 1000010 100011 0 100101 11010100 110001 101010

Color Harmonies of #3768A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3768A0

Black with #3768A0

Text Example


Text Example

White with #3768A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3768A0; }

 p { color: rgb(55,104,160); }

 H1.HeaderClassName
 {
   color: #3768A0;
 }
 .AnyTagClassName
 {
   color: #3768A0;
 }
</style>

background-color css

<style>
 a { background-color: #3768A0; }

 a { background-color: rgb(55,104,160); }

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

border-color css

<style>
 span { border-color: #3768A0; }

 span { border-color: rgb(55,104,160); }

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