Html Css Color HEX #366FAF Lochmara

📋 copy color: '#366FAF'

red 54 ◦ green 111 ◦ blue 175

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

Shades of Lochmara #366FAF

Tints of Lochmara #366FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

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

R = 15.88%
G = 32.65%
B = 51.47%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#366FAF (or 0x366FAF) is known color: Lochmara. HEX triplet: 36, 6F and AF. RGB value is (54,111,175). Sum of RGB (Red+Green+Blue) = 54+111+175=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #366FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FAF is #C99050. Grayscale: #646464. Windows color (decimal): -13209681 or 11497270. OLE color: 11497270.

HSL color Cylindrical-coordinate representation of color #366FAF: hue angle of 211.74º 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 #366FAF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 111 175 -
CMYK 0.69 0.37 0 0.31
HSL 211.74º 0.53% 0.45% -
HSV(B) 211.74º 0.69% 0.69% -
XYZ 14.94 15.25 42.71 -
YUV 101.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 54 111 175 0.69 0.37 0 0.31 211.74 0.53 0.45
Hex 36 6F AF 45 25 0 1F D4 35 2D
Octal 66 157 257 105 45 0 37 324 65 55
Binary 110110 1101111 10101111 1000101 100101 0 11111 11010100 110101 101101

Color Harmonies of #366FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FAF

Black with #366FAF

Text Example


Text Example

White with #366FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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