#356598

Color #356598 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #356598

Tints of Lochmara #356598

Color information

#356598 (or 0x356598) is unknown color: approx 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

RGB53101152-
CMYK0.650.3400.40
HSL210.91º48.29%40.2%-
HSV(B)210.91º65.13%59.61%-
XYZ11.7912.3331.46-
YUV92.46161.699.85-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531011520.650.3400.40210.9148.2940.2
Hex3565984122028d33028
Octal65145230101420503236050
Binary1101011100101100110001000001100010010100011010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>