Html Css Color HEX #356AAA Lochmara

📋 copy color: '#356AAA'

red 53 ◦ green 106 ◦ blue 170

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

Shades of Lochmara #356AAA

Tints of Lochmara #356AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 16.11%
G = 32.22%
B = 51.67%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#356AAA (or 0x356AAA) is known color: Lochmara. HEX triplet: 35, 6A and AA. RGB value is (53,106,170). Sum of RGB (Red+Green+Blue) = 53+106+170=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #356AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AAA is #CA9555. Grayscale: #616161. Windows color (decimal): -13276502 or 11168309. OLE color: 11168309.

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

Color convert

RGB 53 106 170 -
CMYK 0.69 0.38 0 0.33
HSL 212.82º 0.52% 0.44% -
HSV(B) 212.82º 0.69% 0.67% -
XYZ 13.88 13.97 39.99 -
YUV 97.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 53 106 170 0.69 0.38 0 0.33 212.82 0.52 0.44
Hex 35 6A AA 45 26 0 21 D5 34 2C
Octal 65 152 252 105 46 0 41 325 64 54
Binary 110101 1101010 10101010 1000101 100110 0 100001 11010101 110100 101100

Color Harmonies of #356AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AAA

Black with #356AAA

Text Example


Text Example

White with #356AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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