Html Css Color HEX #356F9B Lochmara

📋 copy color: '#356F9B'

red 53 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #356F9B

Tints of Lochmara #356F9B

RGB

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

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

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

R = 16.61%
G = 34.8%
B = 48.59%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#356F9B (or 0x356F9B) is known color: Lochmara. HEX triplet: 35, 6F and 9B. RGB value is (53,111,155). Sum of RGB (Red+Green+Blue) = 53+111+155=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #356F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F9B is #CA9064. Grayscale: #626262. Windows color (decimal): -13275237 or 10186549. OLE color: 10186549.

HSL color Cylindrical-coordinate representation of color #356F9B: hue angle of 205.88º 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 #356F9B is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 111 155 -
CMYK 0.66 0.28 0 0.39
HSL 205.88º 0.49% 0.41% -
HSV(B) 205.88º 0.66% 0.61% -
XYZ 13.07 14.49 33.12 -
YUV 98.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 53 111 155 0.66 0.28 0 0.39 205.88 0.49 0.41
Hex 35 6F 9B 42 1C 0 27 CE 31 29
Octal 65 157 233 102 34 0 47 316 61 51
Binary 110101 1101111 10011011 1000010 11100 0 100111 11001110 110001 101001

Color Harmonies of #356F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F9B

Black with #356F9B

Text Example


Text Example

White with #356F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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