Html Css Color HEX #356799 Lochmara

📋 copy color: '#356799'

red 53 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #356799

Tints of Lochmara #356799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 17.15%
G = 33.33%
B = 49.51%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356799 (or 0x356799) is known color: Lochmara. HEX triplet: 35, 67 and 99. RGB value is (53,103,153). Sum of RGB (Red+Green+Blue) = 53+103+153=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #356799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356799 is #CA9866. Grayscale: #5D5D5D. Windows color (decimal): -13277287 or 10053429. OLE color: 10053429.

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

Color convert

RGB 53 103 153 -
CMYK 0.65 0.33 0 0.4
HSL 210º 0.49% 0.4% -
HSV(B) 210º 0.65% 0.6% -
XYZ 12.07 12.76 31.96 -
YUV 93.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 53 103 153 0.65 0.33 0 0.4 210 0.49 0.4
Hex 35 67 99 41 21 0 28 D2 31 28
Octal 65 147 231 101 41 0 50 322 61 50
Binary 110101 1100111 10011001 1000001 100001 0 101000 11010010 110001 101000

Color Harmonies of #356799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356799

Black with #356799

Text Example


Text Example

White with #356799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356799; }

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

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

background-color css

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

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

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

border-color css

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

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

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