Html Css Color HEX #356792 Lochmara

📋 copy color: '#356792'

red 53 ◦ green 103 ◦ blue 146

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

Shades of Lochmara #356792

Tints of Lochmara #356792

RGB

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

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

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

R = 17.55%
G = 34.11%
B = 48.34%

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

#356792 (or 0x356792) is known color: Lochmara. HEX triplet: 35, 67 and 92. RGB value is (53,103,146). Sum of RGB (Red+Green+Blue) = 53+103+146=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #356792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356792 is #CA986D. Grayscale: #5C5C5C. Windows color (decimal): -13277294 or 9594677. OLE color: 9594677.

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

Color convert

RGB 53 103 146 -
CMYK 0.64 0.29 0 0.43
HSL 207.74º 0.47% 0.39% -
HSV(B) 207.74º 0.64% 0.57% -
XYZ 11.51 12.53 29.01 -
YUV 92.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 53 103 146 0.64 0.29 0 0.43 207.74 0.47 0.39
Hex 35 67 92 40 1D 0 2B D0 2F 27
Octal 65 147 222 100 35 0 53 320 57 47
Binary 110101 1100111 10010010 1000000 11101 0 101011 11010000 101111 100111

Color Harmonies of #356792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356792

Black with #356792

Text Example


Text Example

White with #356792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356792; }

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

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

background-color css

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

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

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

border-color css

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

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

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