Html Css Color HEX #366DAF Lochmara

📋 copy color: '#366DAF'

red 54 ◦ green 109 ◦ blue 175

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

Shades of Lochmara #366DAF

Tints of Lochmara #366DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 15.98%
G = 32.25%
B = 51.78%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#366DAF (or 0x366DAF) is known color: Lochmara. HEX triplet: 36, 6D and AF. RGB value is (54,109,175). Sum of RGB (Red+Green+Blue) = 54+109+175=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #366DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366DAF is #C99250. Grayscale: #636363. Windows color (decimal): -13210193 or 11496758. OLE color: 11496758.

HSL color Cylindrical-coordinate representation of color #366DAF: hue angle of 212.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366DAF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 109 175 -
CMYK 0.69 0.38 0 0.31
HSL 212.73º 0.53% 0.45% -
HSV(B) 212.73º 0.69% 0.69% -
XYZ 14.73 14.82 42.64 -
YUV 100.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 54 109 175 0.69 0.38 0 0.31 212.73 0.53 0.45
Hex 36 6D AF 45 26 0 1F D5 35 2D
Octal 66 155 257 105 46 0 37 325 65 55
Binary 110110 1101101 10101111 1000101 100110 0 11111 11010101 110101 101101

Color Harmonies of #366DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DAF

Black with #366DAF

Text Example


Text Example

White with #366DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366DAF; }

 p { color: rgb(54,109,175); }

 H1.HeaderClassName
 {
   color: #366DAF;
 }
 .AnyTagClassName
 {
   color: #366DAF;
 }
</style>

background-color css

<style>
 a { background-color: #366DAF; }

 a { background-color: rgb(54,109,175); }

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

border-color css

<style>
 span { border-color: #366DAF; }

 span { border-color: rgb(54,109,175); }

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