Html Css Color HEX #356E9B Lochmara

📋 copy color: '#356E9B'

red 53 ◦ green 110 ◦ blue 155

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

Shades of Lochmara #356E9B

Tints of Lochmara #356E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 16.67%
G = 34.59%
B = 48.74%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#356E9B (or 0x356E9B) is known color: Lochmara. HEX triplet: 35, 6E and 9B. RGB value is (53,110,155). Sum of RGB (Red+Green+Blue) = 53+110+155=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #356E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E9B is #CA9164. Grayscale: #616161. Windows color (decimal): -13275493 or 10186293. OLE color: 10186293.

HSL color Cylindrical-coordinate representation of color #356E9B: hue angle of 206.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356E9B is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 110 155 -
CMYK 0.66 0.29 0 0.39
HSL 206.47º 0.49% 0.41% -
HSV(B) 206.47º 0.66% 0.61% -
XYZ 12.96 14.28 33.08 -
YUV 98.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 53 110 155 0.66 0.29 0 0.39 206.47 0.49 0.41
Hex 35 6E 9B 42 1D 0 27 CE 31 29
Octal 65 156 233 102 35 0 47 316 61 51
Binary 110101 1101110 10011011 1000010 11101 0 100111 11001110 110001 101001

Color Harmonies of #356E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E9B

Black with #356E9B

Text Example


Text Example

White with #356E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,155); }

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

background-color css

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

 a { background-color: rgb(53,110,155); }

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

border-color css

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

 span { border-color: rgb(53,110,155); }

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