Html Css Color HEX #356493 Lochmara

📋 copy color: '#356493'

red 53 ◦ green 100 ◦ blue 147

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

Shades of Lochmara #356493

Tints of Lochmara #356493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 17.67%
G = 33.33%
B = 49%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356493 (or 0x356493) is known color: Lochmara. HEX triplet: 35, 64 and 93. RGB value is (53,100,147). Sum of RGB (Red+Green+Blue) = 53+100+147=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #356493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356493 is #CA9B6C. Grayscale: #5B5B5B. Windows color (decimal): -13278061 or 9659445. OLE color: 9659445.

HSL color Cylindrical-coordinate representation of color #356493: hue angle of 210º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356493 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 100 147 -
CMYK 0.64 0.32 0 0.42
HSL 210º 0.47% 0.39% -
HSV(B) 210º 0.64% 0.58% -
XYZ 11.29 11.98 29.32 -
YUV 91.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 53 100 147 0.64 0.32 0 0.42 210 0.47 0.39
Hex 35 64 93 40 20 0 2A D2 2F 27
Octal 65 144 223 100 40 0 52 322 57 47
Binary 110101 1100100 10010011 1000000 100000 0 101010 11010010 101111 100111

Color Harmonies of #356493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356493

Black with #356493

Text Example


Text Example

White with #356493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356493; }

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

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

background-color css

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

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

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

border-color css

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

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

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