Html Css Color HEX #356B99 Lochmara

📋 copy color: '#356B99'

red 53 ◦ green 107 ◦ blue 153

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

Shades of Lochmara #356B99

Tints of Lochmara #356B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 16.93%
G = 34.19%
B = 48.88%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356B99 (or 0x356B99) is known color: Lochmara. HEX triplet: 35, 6B and 99. RGB value is (53,107,153). Sum of RGB (Red+Green+Blue) = 53+107+153=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #356B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B99 is #CA9466. Grayscale: #5F5F5F. Windows color (decimal): -13276263 or 10054453. OLE color: 10054453.

HSL color Cylindrical-coordinate representation of color #356B99: hue angle of 207.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356B99 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 107 153 -
CMYK 0.65 0.30 0 0.4
HSL 207.6º 0.49% 0.4% -
HSV(B) 207.6º 0.65% 0.6% -
XYZ 12.48 13.57 32.1 -
YUV 96.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 53 107 153 0.65 0.30 0 0.4 207.6 0.49 0.4
Hex 35 6B 99 41 1E 0 28 D0 31 28
Octal 65 153 231 101 36 0 50 320 61 50
Binary 110101 1101011 10011001 1000001 11110 0 101000 11010000 110001 101000

Color Harmonies of #356B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B99

Black with #356B99

Text Example


Text Example

White with #356B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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