Html Css Color HEX #356DAE Lochmara

📋 copy color: '#356DAE'

red 53 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #356DAE

Tints of Lochmara #356DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 15.77%
G = 32.44%
B = 51.79%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#356DAE (or 0x356DAE) is known color: Lochmara. HEX triplet: 35, 6D and AE. RGB value is (53,109,174). Sum of RGB (Red+Green+Blue) = 53+109+174=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #356DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAE is #CA9251. Grayscale: #636363. Windows color (decimal): -13275730 or 11431221. OLE color: 11431221.

HSL color Cylindrical-coordinate representation of color #356DAE: hue angle of 212.23º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356DAE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 109 174 -
CMYK 0.70 0.37 0 0.32
HSL 212.23º 0.53% 0.45% -
HSV(B) 212.23º 0.7% 0.68% -
XYZ 14.58 14.75 42.12 -
YUV 99.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 53 109 174 0.70 0.37 0 0.32 212.23 0.53 0.45
Hex 35 6D AE 46 25 0 20 D4 35 2D
Octal 65 155 256 106 45 0 40 324 65 55
Binary 110101 1101101 10101110 1000110 100101 0 100000 11010100 110101 101101

Color Harmonies of #356DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DAE

Black with #356DAE

Text Example


Text Example

White with #356DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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