Html Css Color HEX #356498 Lochmara

📋 copy color: '#356498'

red 53 ◦ green 100 ◦ blue 152

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

Shades of Lochmara #356498

Tints of Lochmara #356498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 17.38%
G = 32.79%
B = 49.84%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356498 (or 0x356498) is known color: Lochmara. HEX triplet: 35, 64 and 98. RGB value is (53,100,152). Sum of RGB (Red+Green+Blue) = 53+100+152=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #356498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356498 is #CA9B67. Grayscale: #5B5B5B. Windows color (decimal): -13278056 or 9987125. OLE color: 9987125.

HSL color Cylindrical-coordinate representation of color #356498: hue angle of 211.52º 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 #356498 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 100 152 -
CMYK 0.65 0.34 0 0.40
HSL 211.52º 0.48% 0.4% -
HSV(B) 211.52º 0.65% 0.6% -
XYZ 11.69 12.14 31.43 -
YUV 91.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 53 100 152 0.65 0.34 0 0.40 211.52 0.48 0.4
Hex 35 64 98 41 22 0 28 D4 30 28
Octal 65 144 230 101 42 0 50 324 60 50
Binary 110101 1100100 10011000 1000001 100010 0 101000 11010100 110000 101000

Color Harmonies of #356498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356498

Black with #356498

Text Example


Text Example

White with #356498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356498; }

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

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

background-color css

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

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

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

border-color css

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

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

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