Html Css Color HEX #356FA9 Lochmara

📋 copy color: '#356FA9'

red 53 ◦ green 111 ◦ blue 169

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

Shades of Lochmara #356FA9

Tints of Lochmara #356FA9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 169 (66.41% from 255) = 50.75%

R = 15.92%
G = 33.33%
B = 50.75%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#356FA9 (or 0x356FA9) is known color: Lochmara. HEX triplet: 35, 6F and A9. RGB value is (53,111,169). Sum of RGB (Red+Green+Blue) = 53+111+169=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #356FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FA9 is #CA9056. Grayscale: #636363. Windows color (decimal): -13275223 or 11104053. OLE color: 11104053.

HSL color Cylindrical-coordinate representation of color #356FA9: hue angle of 210º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356FA9 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 111 169 -
CMYK 0.69 0.34 0 0.34
HSL 210º 0.52% 0.44% -
HSV(B) 210º 0.69% 0.66% -
XYZ 14.31 14.99 39.68 -
YUV 100.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 53 111 169 0.69 0.34 0 0.34 210 0.52 0.44
Hex 35 6F A9 45 22 0 22 D2 34 2C
Octal 65 157 251 105 42 0 42 322 64 54
Binary 110101 1101111 10101001 1000101 100010 0 100010 11010010 110100 101100

Color Harmonies of #356FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FA9

Black with #356FA9

Text Example


Text Example

White with #356FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,111,169); }

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

background-color css

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

 a { background-color: rgb(53,111,169); }

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

border-color css

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

 span { border-color: rgb(53,111,169); }

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