Html Css Color HEX #356394 Lochmara

📋 copy color: '#356394'

red 53 ◦ green 99 ◦ blue 148

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

Shades of Lochmara #356394

Tints of Lochmara #356394

RGB

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

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

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

R = 17.67%
G = 33%
B = 49.33%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356394 (or 0x356394) is known color: Lochmara. HEX triplet: 35, 63 and 94. RGB value is (53,99,148). Sum of RGB (Red+Green+Blue) = 53+99+148=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #356394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356394 is #CA9C6B. Grayscale: #5A5A5A. Windows color (decimal): -13278316 or 9724725. OLE color: 9724725.

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

Color convert

RGB 53 99 148 -
CMYK 0.64 0.33 0 0.42
HSL 210.95º 0.47% 0.39% -
HSV(B) 210.95º 0.64% 0.58% -
XYZ 11.28 11.82 29.7 -
YUV 90.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 53 99 148 0.64 0.33 0 0.42 210.95 0.47 0.39
Hex 35 63 94 40 21 0 2A D3 2F 27
Octal 65 143 224 100 41 0 52 323 57 47
Binary 110101 1100011 10010100 1000000 100001 0 101010 11010011 101111 100111

Color Harmonies of #356394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356394

Black with #356394

Text Example


Text Example

White with #356394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356394; }

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

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

background-color css

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

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

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

border-color css

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

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

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