Html Css Color HEX #366499 Lochmara

📋 copy color: '#366499'

red 54 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #366499

Tints of Lochmara #366499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 17.59%
G = 32.57%
B = 49.84%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#366499 (or 0x366499) is known color: Lochmara. HEX triplet: 36, 64 and 99. RGB value is (54,100,153). Sum of RGB (Red+Green+Blue) = 54+100+153=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #366499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366499 is #C99B66. Grayscale: #5C5C5C. Windows color (decimal): -13212519 or 10052662. OLE color: 10052662.

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

Color convert

RGB 54 100 153 -
CMYK 0.65 0.35 0 0.4
HSL 212.12º 0.48% 0.41% -
HSV(B) 212.12º 0.65% 0.6% -
XYZ 11.83 12.2 31.87 -
YUV 92.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 54 100 153 0.65 0.35 0 0.4 212.12 0.48 0.41
Hex 36 64 99 41 23 0 28 D4 30 29
Octal 66 144 231 101 43 0 50 324 60 51
Binary 110110 1100100 10011001 1000001 100011 0 101000 11010100 110000 101001

Color Harmonies of #366499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366499

Black with #366499

Text Example


Text Example

White with #366499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366499; }

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

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

background-color css

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

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

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

border-color css

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

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

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