Html Css Color HEX #356594 Lochmara

📋 copy color: '#356594'

red 53 ◦ green 101 ◦ blue 148

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

Shades of Lochmara #356594

Tints of Lochmara #356594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 17.55%
G = 33.44%
B = 49.01%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356594 (or 0x356594) is known color: Lochmara. HEX triplet: 35, 65 and 94. RGB value is (53,101,148). Sum of RGB (Red+Green+Blue) = 53+101+148=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #356594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356594 is #CA9A6B. Grayscale: #5B5B5B. Windows color (decimal): -13277804 or 9725237. OLE color: 9725237.

HSL color Cylindrical-coordinate representation of color #356594: hue angle of 209.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356594 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 101 148 -
CMYK 0.64 0.32 0 0.42
HSL 209.68º 0.47% 0.39% -
HSV(B) 209.68º 0.64% 0.58% -
XYZ 11.47 12.2 29.77 -
YUV 92.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 53 101 148 0.64 0.32 0 0.42 209.68 0.47 0.39
Hex 35 65 94 40 20 0 2A D2 2F 27
Octal 65 145 224 100 40 0 52 322 57 47
Binary 110101 1100101 10010100 1000000 100000 0 101010 11010010 101111 100111

Color Harmonies of #356594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356594

Black with #356594

Text Example


Text Example

White with #356594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356594; }

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

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

background-color css

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

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

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

border-color css

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

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

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