Html Css Color HEX #356694 Lochmara

📋 copy color: '#356694'

red 53 ◦ green 102 ◦ blue 148

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

Shades of Lochmara #356694

Tints of Lochmara #356694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 17.49%
G = 33.66%
B = 48.84%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356694 (or 0x356694) is known color: Lochmara. HEX triplet: 35, 66 and 94. RGB value is (53,102,148). Sum of RGB (Red+Green+Blue) = 53+102+148=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #356694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356694 is #CA996B. Grayscale: #5C5C5C. Windows color (decimal): -13277548 or 9725493. OLE color: 9725493.

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

Color convert

RGB 53 102 148 -
CMYK 0.64 0.31 0 0.42
HSL 209.05º 0.47% 0.39% -
HSV(B) 209.05º 0.64% 0.58% -
XYZ 11.56 12.4 29.8 -
YUV 92.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 53 102 148 0.64 0.31 0 0.42 209.05 0.47 0.39
Hex 35 66 94 40 1F 0 2A D1 2F 27
Octal 65 146 224 100 37 0 52 321 57 47
Binary 110101 1100110 10010100 1000000 11111 0 101010 11010001 101111 100111

Color Harmonies of #356694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356694

Black with #356694

Text Example


Text Example

White with #356694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356694; }

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

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

background-color css

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

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

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

border-color css

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

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

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