Html Css Color HEX #3766A1 Lochmara

📋 copy color: '#3766A1'

red 55 ◦ green 102 ◦ blue 161

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

Shades of Lochmara #3766A1

Tints of Lochmara #3766A1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

 BLUE value IS 161 (63.28% from 255) = 50.63%

R = 17.3%
G = 32.08%
B = 50.63%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3766A1 (or 0x3766A1) is known color: Lochmara. HEX triplet: 37, 66 and A1. RGB value is (55,102,161). Sum of RGB (Red+Green+Blue) = 55+102+161=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #3766A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3766A1 is #C8995E. Grayscale: #5E5E5E. Windows color (decimal): -13146463 or 10577463. OLE color: 10577463.

HSL color Cylindrical-coordinate representation of color #3766A1: hue angle of 213.4º 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 #3766A1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 102 161 -
CMYK 0.66 0.37 0 0.37
HSL 213.4º 0.49% 0.42% -
HSV(B) 213.4º 0.66% 0.63% -
XYZ 12.76 12.89 35.53 -
YUV 94.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 55 102 161 0.66 0.37 0 0.37 213.4 0.49 0.42
Hex 37 66 A1 42 25 0 25 D5 31 2A
Octal 67 146 241 102 45 0 45 325 61 52
Binary 110111 1100110 10100001 1000010 100101 0 100101 11010101 110001 101010

Color Harmonies of #3766A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3766A1

Black with #3766A1

Text Example


Text Example

White with #3766A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3766A1; }

 p { color: rgb(55,102,161); }

 H1.HeaderClassName
 {
   color: #3766A1;
 }
 .AnyTagClassName
 {
   color: #3766A1;
 }
</style>

background-color css

<style>
 a { background-color: #3766A1; }

 a { background-color: rgb(55,102,161); }

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

border-color css

<style>
 span { border-color: #3766A1; }

 span { border-color: rgb(55,102,161); }

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