Html Css Color HEX #356BAB Lochmara

📋 copy color: '#356BAB'

red 53 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #356BAB

Tints of Lochmara #356BAB

RGB

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

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

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

R = 16.01%
G = 32.33%
B = 51.66%

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

#356BAB (or 0x356BAB) is known color: Lochmara. HEX triplet: 35, 6B and AB. RGB value is (53,107,171). Sum of RGB (Red+Green+Blue) = 53+107+171=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #356BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAB is #CA9454. Grayscale: #616161. Windows color (decimal): -13276245 or 11234101. OLE color: 11234101.

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

Color convert

RGB 53 107 171 -
CMYK 0.69 0.37 0 0.33
HSL 212.54º 0.53% 0.44% -
HSV(B) 212.54º 0.69% 0.67% -
XYZ 14.08 14.21 40.53 -
YUV 98.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 53 107 171 0.69 0.37 0 0.33 212.54 0.53 0.44
Hex 35 6B AB 45 25 0 21 D5 35 2C
Octal 65 153 253 105 45 0 41 325 65 54
Binary 110101 1101011 10101011 1000101 100101 0 100001 11010101 110101 101100

Color Harmonies of #356BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BAB

Black with #356BAB

Text Example


Text Example

White with #356BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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