Html Css Color HEX #356CB9 Lochmara

📋 copy color: '#356CB9'

red 53 ◦ green 108 ◦ blue 185

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

Shades of Lochmara #356CB9

Tints of Lochmara #356CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 185 (72.66% from 255) = 53.47%

R = 15.32%
G = 31.21%
B = 53.47%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356CB9 (or 0x356CB9) is known color: Lochmara. HEX triplet: 35, 6C and B9. RGB value is (53,108,185). Sum of RGB (Red+Green+Blue) = 53+108+185=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #356CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CB9 is #CA9346. Grayscale: #636363. Windows color (decimal): -13275975 or 12151861. OLE color: 12151861.

HSL color Cylindrical-coordinate representation of color #356CB9: hue angle of 215º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356CB9 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 108 185 -
CMYK 0.71 0.42 0 0.27
HSL 215º 0.55% 0.47% -
HSV(B) 215º 0.71% 0.73% -
XYZ 15.59 14.98 47.97 -
YUV 100.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 53 108 185 0.71 0.42 0 0.27 215 0.55 0.47
Hex 35 6C B9 47 2A 0 1B D7 37 2F
Octal 65 154 271 107 52 0 33 327 67 57
Binary 110101 1101100 10111001 1000111 101010 0 11011 11010111 110111 101111

Color Harmonies of #356CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CB9

Black with #356CB9

Text Example


Text Example

White with #356CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,185); }

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

background-color css

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

 a { background-color: rgb(53,108,185); }

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

border-color css

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

 span { border-color: rgb(53,108,185); }

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