Html Css Color HEX #356DB9 Lochmara

📋 copy color: '#356DB9'

red 53 ◦ green 109 ◦ blue 185

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

Shades of Lochmara #356DB9

Tints of Lochmara #356DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 15.27%
G = 31.41%
B = 53.31%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356DB9 (or 0x356DB9) is known color: Lochmara. HEX triplet: 35, 6D and B9. RGB value is (53,109,185). Sum of RGB (Red+Green+Blue) = 53+109+185=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #356DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DB9 is #CA9246. Grayscale: #646464. Windows color (decimal): -13275719 or 12152117. OLE color: 12152117.

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

Color convert

RGB 53 109 185 -
CMYK 0.71 0.41 0 0.27
HSL 214.55º 0.55% 0.47% -
HSV(B) 214.55º 0.71% 0.73% -
XYZ 15.69 15.2 48.01 -
YUV 100.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 53 109 185 0.71 0.41 0 0.27 214.55 0.55 0.47
Hex 35 6D B9 47 29 0 1B D7 37 2F
Octal 65 155 271 107 51 0 33 327 67 57
Binary 110101 1101101 10111001 1000111 101001 0 11011 11010111 110111 101111

Color Harmonies of #356DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DB9

Black with #356DB9

Text Example


Text Example

White with #356DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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