Html Css Color HEX #356499 Lochmara

📋 copy color: '#356499'

red 53 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #356499

Tints of Lochmara #356499

RGB

 RED value IS 53 (21.09% from 255) = 17.32%

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

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

R = 17.32%
G = 32.68%
B = 50%

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

#356499 (or 0x356499) is known color: Lochmara. HEX triplet: 35, 64 and 99. RGB value is (53,100,153). Sum of RGB (Red+Green+Blue) = 53+100+153=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #356499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356499 is #CA9B66. Grayscale: #5B5B5B. Windows color (decimal): -13278055 or 10052661. OLE color: 10052661.

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

Color convert

RGB 53 100 153 -
CMYK 0.65 0.35 0 0.4
HSL 211.8º 0.49% 0.4% -
HSV(B) 211.8º 0.65% 0.6% -
XYZ 11.78 12.17 31.87 -
YUV 91.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 53 100 153 0.65 0.35 0 0.4 211.8 0.49 0.4
Hex 35 64 99 41 23 0 28 D4 31 28
Octal 65 144 231 101 43 0 50 324 61 50
Binary 110101 1100100 10011001 1000001 100011 0 101000 11010100 110001 101000

Color Harmonies of #356499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356499

Black with #356499

Text Example


Text Example

White with #356499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356499; }

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

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

background-color css

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

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

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

border-color css

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

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

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