Html Css Color HEX #356CAD Lochmara

📋 copy color: '#356CAD'

red 53 ◦ green 108 ◦ blue 173

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

Shades of Lochmara #356CAD

Tints of Lochmara #356CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 15.87%
G = 32.34%
B = 51.8%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#356CAD (or 0x356CAD) is known color: Lochmara. HEX triplet: 35, 6C and AD. RGB value is (53,108,173). Sum of RGB (Red+Green+Blue) = 53+108+173=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #356CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356CAD is #CA9352. Grayscale: #626262. Windows color (decimal): -13275987 or 11365429. OLE color: 11365429.

HSL color Cylindrical-coordinate representation of color #356CAD: hue angle of 212.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356CAD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 108 173 -
CMYK 0.69 0.38 0 0.32
HSL 212.5º 0.53% 0.44% -
HSV(B) 212.5º 0.69% 0.68% -
XYZ 14.37 14.5 41.58 -
YUV 98.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 53 108 173 0.69 0.38 0 0.32 212.5 0.53 0.44
Hex 35 6C AD 45 26 0 20 D4 35 2C
Octal 65 154 255 105 46 0 40 324 65 54
Binary 110101 1101100 10101101 1000101 100110 0 100000 11010100 110101 101100

Color Harmonies of #356CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CAD

Black with #356CAD

Text Example


Text Example

White with #356CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356CAD; }

 p { color: rgb(53,108,173); }

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

background-color css

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

 a { background-color: rgb(53,108,173); }

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

border-color css

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

 span { border-color: rgb(53,108,173); }

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