Html Css Color HEX #366498 Lochmara

📋 copy color: '#366498'

red 54 ◦ green 100 ◦ blue 152

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

Shades of Lochmara #366498

Tints of Lochmara #366498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 17.65%
G = 32.68%
B = 49.67%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#366498 (or 0x366498) is known color: Lochmara. HEX triplet: 36, 64 and 98. RGB value is (54,100,152). Sum of RGB (Red+Green+Blue) = 54+100+152=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #366498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366498 is #C99B67. Grayscale: #5B5B5B. Windows color (decimal): -13212520 or 9987126. OLE color: 9987126.

HSL color Cylindrical-coordinate representation of color #366498: hue angle of 211.84º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366498 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 100 152 -
CMYK 0.64 0.34 0 0.40
HSL 211.84º 0.48% 0.4% -
HSV(B) 211.84º 0.64% 0.6% -
XYZ 11.75 12.17 31.43 -
YUV 92.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 54 100 152 0.64 0.34 0 0.40 211.84 0.48 0.4
Hex 36 64 98 40 22 0 28 D4 30 28
Octal 66 144 230 100 42 0 50 324 60 50
Binary 110110 1100100 10011000 1000000 100010 0 101000 11010100 110000 101000

Color Harmonies of #366498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366498

Black with #366498

Text Example


Text Example

White with #366498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366498; }

 p { color: rgb(54,100,152); }

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

background-color css

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

 a { background-color: rgb(54,100,152); }

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

border-color css

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

 span { border-color: rgb(54,100,152); }

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