Html Css Color HEX #356794 Lochmara

📋 copy color: '#356794'

red 53 ◦ green 103 ◦ blue 148

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

Shades of Lochmara #356794

Tints of Lochmara #356794

RGB

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

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

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

R = 17.43%
G = 33.88%
B = 48.68%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356794 (or 0x356794) is known color: Lochmara. HEX triplet: 35, 67 and 94. RGB value is (53,103,148). Sum of RGB (Red+Green+Blue) = 53+103+148=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #356794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356794 is #CA986B. Grayscale: #5C5C5C. Windows color (decimal): -13277292 or 9725749. OLE color: 9725749.

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

Color convert

RGB 53 103 148 -
CMYK 0.64 0.30 0 0.42
HSL 208.42º 0.47% 0.39% -
HSV(B) 208.42º 0.64% 0.58% -
XYZ 11.66 12.6 29.83 -
YUV 93.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 53 103 148 0.64 0.30 0 0.42 208.42 0.47 0.39
Hex 35 67 94 40 1E 0 2A D0 2F 27
Octal 65 147 224 100 36 0 52 320 57 47
Binary 110101 1100111 10010100 1000000 11110 0 101010 11010000 101111 100111

Color Harmonies of #356794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356794

Black with #356794

Text Example


Text Example

White with #356794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356794; }

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

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

background-color css

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

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

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

border-color css

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

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

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