Html Css Color HEX #356FA8 Lochmara

📋 copy color: '#356FA8'

red 53 ◦ green 111 ◦ blue 168

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

Shades of Lochmara #356FA8

Tints of Lochmara #356FA8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 168 (66.02% from 255) = 50.6%

R = 15.96%
G = 33.43%
B = 50.6%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#356FA8 (or 0x356FA8) is known color: Lochmara. HEX triplet: 35, 6F and A8. RGB value is (53,111,168). Sum of RGB (Red+Green+Blue) = 53+111+168=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #356FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FA8 is #CA9057. Grayscale: #636363. Windows color (decimal): -13275224 or 11038517. OLE color: 11038517.

HSL color Cylindrical-coordinate representation of color #356FA8: hue angle of 209.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #356FA8 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 111 168 -
CMYK 0.68 0.34 0 0.34
HSL 209.74º 0.52% 0.43% -
HSV(B) 209.74º 0.68% 0.66% -
XYZ 14.22 14.95 39.18 -
YUV 100.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 53 111 168 0.68 0.34 0 0.34 209.74 0.52 0.43
Hex 35 6F A8 44 22 0 22 D2 34 2B
Octal 65 157 250 104 42 0 42 322 64 53
Binary 110101 1101111 10101000 1000100 100010 0 100010 11010010 110100 101011

Color Harmonies of #356FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FA8

Black with #356FA8

Text Example


Text Example

White with #356FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356FA8; }

 p { color: rgb(53,111,168); }

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

background-color css

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

 a { background-color: rgb(53,111,168); }

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

border-color css

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

 span { border-color: rgb(53,111,168); }

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