Html Css Color HEX #356BAA Lochmara

📋 copy color: '#356BAA'

red 53 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #356BAA

Tints of Lochmara #356BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 16.06%
G = 32.42%
B = 51.52%

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

#356BAA (or 0x356BAA) is known color: Lochmara. HEX triplet: 35, 6B and AA. RGB value is (53,107,170). Sum of RGB (Red+Green+Blue) = 53+107+170=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #356BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAA is #CA9455. Grayscale: #616161. Windows color (decimal): -13276246 or 11168565. OLE color: 11168565.

HSL color Cylindrical-coordinate representation of color #356BAA: hue angle of 212.31º degrees, saturation: 0.52, 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 #356BAA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 107 170 -
CMYK 0.69 0.37 0 0.33
HSL 212.31º 0.52% 0.44% -
HSV(B) 212.31º 0.69% 0.67% -
XYZ 13.98 14.17 40.03 -
YUV 98.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 53 107 170 0.69 0.37 0 0.33 212.31 0.52 0.44
Hex 35 6B AA 45 25 0 21 D4 34 2C
Octal 65 153 252 105 45 0 41 324 64 54
Binary 110101 1101011 10101010 1000101 100101 0 100001 11010100 110100 101100

Color Harmonies of #356BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BAA

Black with #356BAA

Text Example


Text Example

White with #356BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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