Html Css Color HEX #3768AA Lochmara

📋 copy color: '#3768AA'

red 55 ◦ green 104 ◦ blue 170

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

Shades of Lochmara #3768AA

Tints of Lochmara #3768AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 16.72%
G = 31.61%
B = 51.67%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3768AA (or 0x3768AA) is known color: Lochmara. HEX triplet: 37, 68 and AA. RGB value is (55,104,170). Sum of RGB (Red+Green+Blue) = 55+104+170=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #3768AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3768AA is #C89755. Grayscale: #606060. Windows color (decimal): -13145942 or 11167799. OLE color: 11167799.

HSL color Cylindrical-coordinate representation of color #3768AA: hue angle of 214.43º degrees, saturation: 0.51, 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 #3768AA is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 104 170 -
CMYK 0.68 0.39 0 0.33
HSL 214.43º 0.51% 0.44% -
HSV(B) 214.43º 0.68% 0.67% -
XYZ 13.78 13.62 39.93 -
YUV 96.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 55 104 170 0.68 0.39 0 0.33 214.43 0.51 0.44
Hex 37 68 AA 44 27 0 21 D6 33 2C
Octal 67 150 252 104 47 0 41 326 63 54
Binary 110111 1101000 10101010 1000100 100111 0 100001 11010110 110011 101100

Color Harmonies of #3768AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3768AA

Black with #3768AA

Text Example


Text Example

White with #3768AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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