Html Css Color HEX #356CAB Lochmara

📋 copy color: '#356CAB'

red 53 ◦ green 108 ◦ blue 171

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

Shades of Lochmara #356CAB

Tints of Lochmara #356CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 15.96%
G = 32.53%
B = 51.51%

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

#356CAB (or 0x356CAB) is known color: Lochmara. HEX triplet: 35, 6C and AB. RGB value is (53,108,171). Sum of RGB (Red+Green+Blue) = 53+108+171=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #356CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356CAB is #CA9354. Grayscale: #626262. Windows color (decimal): -13275989 or 11234357. OLE color: 11234357.

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

Color convert

RGB 53 108 171 -
CMYK 0.69 0.37 0 0.33
HSL 212.03º 0.53% 0.44% -
HSV(B) 212.03º 0.69% 0.67% -
XYZ 14.18 14.42 40.56 -
YUV 98.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 53 108 171 0.69 0.37 0 0.33 212.03 0.53 0.44
Hex 35 6C AB 45 25 0 21 D4 35 2C
Octal 65 154 253 105 45 0 41 324 65 54
Binary 110101 1101100 10101011 1000101 100101 0 100001 11010100 110101 101100

Color Harmonies of #356CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CAB

Black with #356CAB

Text Example


Text Example

White with #356CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,171); }

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

background-color css

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

 a { background-color: rgb(53,108,171); }

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

border-color css

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

 span { border-color: rgb(53,108,171); }

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