Html Css Color HEX #356598 Lochmara

📋 copy color: '#356598'

red 53 ◦ green 101 ◦ blue 152

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

Shades of Lochmara #356598

Tints of Lochmara #356598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 17.32%
G = 33.01%
B = 49.67%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356598 (or 0x356598) is known color: Lochmara. HEX triplet: 35, 65 and 98. RGB value is (53,101,152). Sum of RGB (Red+Green+Blue) = 53+101+152=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #356598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356598 is #CA9A67. Grayscale: #5C5C5C. Windows color (decimal): -13277800 or 9987381. OLE color: 9987381.

HSL color Cylindrical-coordinate representation of color #356598: hue angle of 210.91º degrees, saturation: 0.48, 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 #356598 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 101 152 -
CMYK 0.65 0.34 0 0.40
HSL 210.91º 0.48% 0.4% -
HSV(B) 210.91º 0.65% 0.6% -
XYZ 11.79 12.33 31.46 -
YUV 92.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 53 101 152 0.65 0.34 0 0.40 210.91 0.48 0.4
Hex 35 65 98 41 22 0 28 D3 30 28
Octal 65 145 230 101 42 0 50 323 60 50
Binary 110101 1100101 10011000 1000001 100010 0 101000 11010011 110000 101000

Color Harmonies of #356598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356598

Black with #356598

Text Example


Text Example

White with #356598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356598; }

 p { color: rgb(53,101,152); }

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

background-color css

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

 a { background-color: rgb(53,101,152); }

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

border-color css

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

 span { border-color: rgb(53,101,152); }

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