Html Css Color HEX #356399 Lochmara

📋 copy color: '#356399'

red 53 ◦ green 99 ◦ blue 153

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

Shades of Lochmara #356399

Tints of Lochmara #356399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 17.38%
G = 32.46%
B = 50.16%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356399 (or 0x356399) is known color: Lochmara. HEX triplet: 35, 63 and 99. RGB value is (53,99,153). Sum of RGB (Red+Green+Blue) = 53+99+153=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #356399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356399 is #CA9C66. Grayscale: #5B5B5B. Windows color (decimal): -13278311 or 10052405. OLE color: 10052405.

HSL color Cylindrical-coordinate representation of color #356399: hue angle of 212.4º 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 #356399 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 99 153 -
CMYK 0.65 0.35 0 0.4
HSL 212.4º 0.49% 0.4% -
HSV(B) 212.4º 0.65% 0.6% -
XYZ 11.68 11.98 31.83 -
YUV 91.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 53 99 153 0.65 0.35 0 0.4 212.4 0.49 0.4
Hex 35 63 99 41 23 0 28 D4 31 28
Octal 65 143 231 101 43 0 50 324 61 50
Binary 110101 1100011 10011001 1000001 100011 0 101000 11010100 110001 101000

Color Harmonies of #356399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356399

Black with #356399

Text Example


Text Example

White with #356399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356399; }

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

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

background-color css

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

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

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

border-color css

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

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

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