Html Css Color HEX #366EA4 Lochmara

📋 copy color: '#366EA4'

red 54 ◦ green 110 ◦ blue 164

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

Shades of Lochmara #366EA4

Tints of Lochmara #366EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.54%

 BLUE value IS 164 (64.45% from 255) = 50%

R = 16.46%
G = 33.54%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#366EA4 (or 0x366EA4) is known color: Lochmara. HEX triplet: 36, 6E and A4. RGB value is (54,110,164). Sum of RGB (Red+Green+Blue) = 54+110+164=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #366EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366EA4 is #C9915B. Grayscale: #636363. Windows color (decimal): -13209948 or 10776118. OLE color: 10776118.

HSL color Cylindrical-coordinate representation of color #366EA4: hue angle of 209.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366EA4 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 110 164 -
CMYK 0.67 0.33 0 0.36
HSL 209.45º 0.5% 0.43% -
HSV(B) 209.45º 0.67% 0.64% -
XYZ 13.8 14.62 37.22 -
YUV 99.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 54 110 164 0.67 0.33 0 0.36 209.45 0.5 0.43
Hex 36 6E A4 43 21 0 24 D1 32 2B
Octal 66 156 244 103 41 0 44 321 62 53
Binary 110110 1101110 10100100 1000011 100001 0 100100 11010001 110010 101011

Color Harmonies of #366EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366EA4

Black with #366EA4

Text Example


Text Example

White with #366EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,110,164); }

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

background-color css

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

 a { background-color: rgb(54,110,164); }

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

border-color css

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

 span { border-color: rgb(54,110,164); }

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