Html Css Color HEX #356BAE Lochmara

📋 copy color: '#356BAE'

red 53 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #356BAE

Tints of Lochmara #356BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 15.87%
G = 32.04%
B = 52.1%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#356BAE (or 0x356BAE) is known color: Lochmara. HEX triplet: 35, 6B and AE. RGB value is (53,107,174). Sum of RGB (Red+Green+Blue) = 53+107+174=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #356BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAE is #CA9451. Grayscale: #626262. Windows color (decimal): -13276242 or 11430709. OLE color: 11430709.

HSL color Cylindrical-coordinate representation of color #356BAE: hue angle of 213.22º 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 #356BAE is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 107 174 -
CMYK 0.70 0.39 0 0.32
HSL 213.22º 0.53% 0.45% -
HSV(B) 213.22º 0.7% 0.68% -
XYZ 14.37 14.33 42.05 -
YUV 98.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 53 107 174 0.70 0.39 0 0.32 213.22 0.53 0.45
Hex 35 6B AE 46 27 0 20 D5 35 2D
Octal 65 153 256 106 47 0 40 325 65 55
Binary 110101 1101011 10101110 1000110 100111 0 100000 11010101 110101 101101

Color Harmonies of #356BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BAE

Black with #356BAE

Text Example


Text Example

White with #356BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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