Html Css Color HEX #356B9E Lochmara

📋 copy color: '#356B9E'

red 53 ◦ green 107 ◦ blue 158

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

Shades of Lochmara #356B9E

Tints of Lochmara #356B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.69%

R = 16.67%
G = 33.65%
B = 49.69%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#356B9E (or 0x356B9E) is known color: Lochmara. HEX triplet: 35, 6B and 9E. RGB value is (53,107,158). Sum of RGB (Red+Green+Blue) = 53+107+158=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #356B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B9E is #CA9461. Grayscale: #606060. Windows color (decimal): -13276258 or 10382133. OLE color: 10382133.

HSL color Cylindrical-coordinate representation of color #356B9E: hue angle of 209.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356B9E is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 107 158 -
CMYK 0.66 0.32 0 0.38
HSL 209.14º 0.5% 0.41% -
HSV(B) 209.14º 0.66% 0.62% -
XYZ 12.9 13.74 34.32 -
YUV 96.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 53 107 158 0.66 0.32 0 0.38 209.14 0.5 0.41
Hex 35 6B 9E 42 20 0 26 D1 32 29
Octal 65 153 236 102 40 0 46 321 62 51
Binary 110101 1101011 10011110 1000010 100000 0 100110 11010001 110010 101001

Color Harmonies of #356B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B9E

Black with #356B9E

Text Example


Text Example

White with #356B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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