Html Css Color HEX #356DAC Lochmara

📋 copy color: '#356DAC'

red 53 ◦ green 109 ◦ blue 172

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

Shades of Lochmara #356DAC

Tints of Lochmara #356DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 15.87%
G = 32.63%
B = 51.5%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#356DAC (or 0x356DAC) is known color: Lochmara. HEX triplet: 35, 6D and AC. RGB value is (53,109,172). Sum of RGB (Red+Green+Blue) = 53+109+172=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #356DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAC is #CA9253. Grayscale: #636363. Windows color (decimal): -13275732 or 11300149. OLE color: 11300149.

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

Color convert

RGB 53 109 172 -
CMYK 0.69 0.37 0 0.33
HSL 211.76º 0.53% 0.44% -
HSV(B) 211.76º 0.69% 0.67% -
XYZ 14.38 14.67 41.1 -
YUV 99.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 53 109 172 0.69 0.37 0 0.33 211.76 0.53 0.44
Hex 35 6D AC 45 25 0 21 D4 35 2C
Octal 65 155 254 105 45 0 41 324 65 54
Binary 110101 1101101 10101100 1000101 100101 0 100001 11010100 110101 101100

Color Harmonies of #356DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DAC

Black with #356DAC

Text Example


Text Example

White with #356DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,109,172); }

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

background-color css

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

 a { background-color: rgb(53,109,172); }

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

border-color css

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

 span { border-color: rgb(53,109,172); }

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