Html Css Color HEX #366CAE Lochmara

📋 copy color: '#366CAE'

red 54 ◦ green 108 ◦ blue 174

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

Shades of Lochmara #366CAE

Tints of Lochmara #366CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 16.07%
G = 32.14%
B = 51.79%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#366CAE (or 0x366CAE) is known color: Lochmara. HEX triplet: 36, 6C and AE. RGB value is (54,108,174). Sum of RGB (Red+Green+Blue) = 54+108+174=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #366CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAE is #C99351. Grayscale: #636363. Windows color (decimal): -13210450 or 11430966. OLE color: 11430966.

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

Color convert

RGB 54 108 174 -
CMYK 0.69 0.38 0 0.32
HSL 213º 0.53% 0.45% -
HSV(B) 213º 0.69% 0.68% -
XYZ 14.52 14.57 42.09 -
YUV 99.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 54 108 174 0.69 0.38 0 0.32 213 0.53 0.45
Hex 36 6C AE 45 26 0 20 D5 35 2D
Octal 66 154 256 105 46 0 40 325 65 55
Binary 110110 1101100 10101110 1000101 100110 0 100000 11010101 110101 101101

Color Harmonies of #366CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CAE

Black with #366CAE

Text Example


Text Example

White with #366CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,108,174); }

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

background-color css

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

 a { background-color: rgb(54,108,174); }

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

border-color css

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

 span { border-color: rgb(54,108,174); }

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