Html Css Color HEX #356892 Lochmara

📋 copy color: '#356892'

red 53 ◦ green 104 ◦ blue 146

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

Shades of Lochmara #356892

Tints of Lochmara #356892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 17.49%
G = 34.32%
B = 48.18%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356892 (or 0x356892) is known color: Lochmara. HEX triplet: 35, 68 and 92. RGB value is (53,104,146). Sum of RGB (Red+Green+Blue) = 53+104+146=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #356892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356892 is #CA976D. Grayscale: #5D5D5D. Windows color (decimal): -13277038 or 9594933. OLE color: 9594933.

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

Color convert

RGB 53 104 146 -
CMYK 0.64 0.29 0 0.43
HSL 207.1º 0.47% 0.39% -
HSV(B) 207.1º 0.64% 0.57% -
XYZ 11.61 12.73 29.04 -
YUV 93.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 53 104 146 0.64 0.29 0 0.43 207.1 0.47 0.39
Hex 35 68 92 40 1D 0 2B CF 2F 27
Octal 65 150 222 100 35 0 53 317 57 47
Binary 110101 1101000 10010010 1000000 11101 0 101011 11001111 101111 100111

Color Harmonies of #356892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356892

Black with #356892

Text Example


Text Example

White with #356892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356892; }

 p { color: rgb(53,104,146); }

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

background-color css

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

 a { background-color: rgb(53,104,146); }

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

border-color css

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

 span { border-color: rgb(53,104,146); }

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