Html Css Color HEX #356DBA Lochmara

📋 copy color: '#356DBA'

red 53 ◦ green 109 ◦ blue 186

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

Shades of Lochmara #356DBA

Tints of Lochmara #356DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 15.23%
G = 31.32%
B = 53.45%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356DBA (or 0x356DBA) is known color: Lochmara. HEX triplet: 35, 6D and BA. RGB value is (53,109,186). Sum of RGB (Red+Green+Blue) = 53+109+186=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #356DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DBA is #CA9245. Grayscale: #646464. Windows color (decimal): -13275718 or 12217653. OLE color: 12217653.

HSL color Cylindrical-coordinate representation of color #356DBA: hue angle of 214.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356DBA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 109 186 -
CMYK 0.72 0.41 0 0.27
HSL 214.74º 0.56% 0.47% -
HSV(B) 214.74º 0.72% 0.73% -
XYZ 15.8 15.24 48.56 -
YUV 101.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 53 109 186 0.72 0.41 0 0.27 214.74 0.56 0.47
Hex 35 6D BA 48 29 0 1B D7 38 2F
Octal 65 155 272 110 51 0 33 327 70 57
Binary 110101 1101101 10111010 1001000 101001 0 11011 11010111 111000 101111

Color Harmonies of #356DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DBA

Black with #356DBA

Text Example


Text Example

White with #356DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,109,186); }

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

background-color css

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

 a { background-color: rgb(53,109,186); }

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

border-color css

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

 span { border-color: rgb(53,109,186); }

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