Html Css Color HEX #3775A6 Lochmara

📋 copy color: '#3775A6'

red 55 ◦ green 117 ◦ blue 166

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

Shades of Lochmara #3775A6

Tints of Lochmara #3775A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

 BLUE value IS 166 (65.23% from 255) = 49.11%

R = 16.27%
G = 34.62%
B = 49.11%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3775A6 (or 0x3775A6) is known color: Lochmara. HEX triplet: 37, 75 and A6. RGB value is (55,117,166). Sum of RGB (Red+Green+Blue) = 55+117+166=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #3775A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3775A6 is #C88A59. Grayscale: #676767. Windows color (decimal): -13142618 or 10908983. OLE color: 10908983.

HSL color Cylindrical-coordinate representation of color #3775A6: hue angle of 206.49º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3775A6 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 117 166 -
CMYK 0.67 0.30 0 0.35
HSL 206.49º 0.5% 0.43% -
HSV(B) 206.49º 0.67% 0.65% -
XYZ 14.82 16.29 38.44 -
YUV 104.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 55 117 166 0.67 0.30 0 0.35 206.49 0.5 0.43
Hex 37 75 A6 43 1E 0 23 CE 32 2B
Octal 67 165 246 103 36 0 43 316 62 53
Binary 110111 1110101 10100110 1000011 11110 0 100011 11001110 110010 101011

Color Harmonies of #3775A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3775A6

Black with #3775A6

Text Example


Text Example

White with #3775A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3775A6; }

 p { color: rgb(55,117,166); }

 H1.HeaderClassName
 {
   color: #3775A6;
 }
 .AnyTagClassName
 {
   color: #3775A6;
 }
</style>

background-color css

<style>
 a { background-color: #3775A6; }

 a { background-color: rgb(55,117,166); }

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

border-color css

<style>
 span { border-color: #3775A6; }

 span { border-color: rgb(55,117,166); }

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