Html Css Color HEX #356CB1 Lochmara

📋 copy color: '#356CB1'

red 53 ◦ green 108 ◦ blue 177

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

Shades of Lochmara #356CB1

Tints of Lochmara #356CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.37%

R = 15.68%
G = 31.95%
B = 52.37%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#356CB1 (or 0x356CB1) is known color: Lochmara. HEX triplet: 35, 6C and B1. RGB value is (53,108,177). Sum of RGB (Red+Green+Blue) = 53+108+177=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #356CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356CB1 is #CA934E. Grayscale: #636363. Windows color (decimal): -13275983 or 11627573. OLE color: 11627573.

HSL color Cylindrical-coordinate representation of color #356CB1: hue angle of 213.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356CB1 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 108 177 -
CMYK 0.70 0.39 0 0.31
HSL 213.39º 0.54% 0.45% -
HSV(B) 213.39º 0.7% 0.69% -
XYZ 14.77 14.66 43.65 -
YUV 99.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 53 108 177 0.70 0.39 0 0.31 213.39 0.54 0.45
Hex 35 6C B1 46 27 0 1F D5 36 2D
Octal 65 154 261 106 47 0 37 325 66 55
Binary 110101 1101100 10110001 1000110 100111 0 11111 11010101 110110 101101

Color Harmonies of #356CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CB1

Black with #356CB1

Text Example


Text Example

White with #356CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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