Html Css Color HEX #356D9B Lochmara

📋 copy color: '#356D9B'

red 53 ◦ green 109 ◦ blue 155

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

Shades of Lochmara #356D9B

Tints of Lochmara #356D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 16.72%
G = 34.38%
B = 48.9%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#356D9B (or 0x356D9B) is known color: Lochmara. HEX triplet: 35, 6D and 9B. RGB value is (53,109,155). Sum of RGB (Red+Green+Blue) = 53+109+155=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #356D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D9B is #CA9264. Grayscale: #616161. Windows color (decimal): -13275749 or 10186037. OLE color: 10186037.

HSL color Cylindrical-coordinate representation of color #356D9B: hue angle of 207.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356D9B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 109 155 -
CMYK 0.66 0.30 0 0.39
HSL 207.06º 0.49% 0.41% -
HSV(B) 207.06º 0.66% 0.61% -
XYZ 12.85 14.06 33.05 -
YUV 97.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 53 109 155 0.66 0.30 0 0.39 207.06 0.49 0.41
Hex 35 6D 9B 42 1E 0 27 CF 31 29
Octal 65 155 233 102 36 0 47 317 61 51
Binary 110101 1101101 10011011 1000010 11110 0 100111 11001111 110001 101001

Color Harmonies of #356D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D9B

Black with #356D9B

Text Example


Text Example

White with #356D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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