Html Css Color HEX #356698 Lochmara

📋 copy color: '#356698'

red 53 ◦ green 102 ◦ blue 152

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

Shades of Lochmara #356698

Tints of Lochmara #356698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 17.26%
G = 33.22%
B = 49.51%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356698 (or 0x356698) is known color: Lochmara. HEX triplet: 35, 66 and 98. RGB value is (53,102,152). Sum of RGB (Red+Green+Blue) = 53+102+152=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #356698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356698 is #CA9967. Grayscale: #5C5C5C. Windows color (decimal): -13277544 or 9987637. OLE color: 9987637.

HSL color Cylindrical-coordinate representation of color #356698: hue angle of 210.3º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356698 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 102 152 -
CMYK 0.65 0.33 0 0.40
HSL 210.3º 0.48% 0.4% -
HSV(B) 210.3º 0.65% 0.6% -
XYZ 11.89 12.53 31.5 -
YUV 93.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 53 102 152 0.65 0.33 0 0.40 210.3 0.48 0.4
Hex 35 66 98 41 21 0 28 D2 30 28
Octal 65 146 230 101 41 0 50 322 60 50
Binary 110101 1100110 10011000 1000001 100001 0 101000 11010010 110000 101000

Color Harmonies of #356698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356698

Black with #356698

Text Example


Text Example

White with #356698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356698; }

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

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

background-color css

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

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

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

border-color css

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

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

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