Html Css Color HEX #356BB3 Lochmara

📋 copy color: '#356BB3'

red 53 ◦ green 107 ◦ blue 179

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

Shades of Lochmara #356BB3

Tints of Lochmara #356BB3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

 BLUE value IS 179 (70.31% from 255) = 52.8%

R = 15.63%
G = 31.56%
B = 52.8%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#356BB3 (or 0x356BB3) is known color: Lochmara. HEX triplet: 35, 6B and B3. RGB value is (53,107,179). Sum of RGB (Red+Green+Blue) = 53+107+179=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #356BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BB3 is #CA944C. Grayscale: #626262. Windows color (decimal): -13276237 or 11758389. OLE color: 11758389.

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

Color convert

RGB 53 107 179 -
CMYK 0.70 0.40 0 0.30
HSL 214.29º 0.54% 0.45% -
HSV(B) 214.29º 0.7% 0.7% -
XYZ 14.86 14.53 44.67 -
YUV 99.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 53 107 179 0.70 0.40 0 0.30 214.29 0.54 0.45
Hex 35 6B B3 46 28 0 1E D6 36 2D
Octal 65 153 263 106 50 0 36 326 66 55
Binary 110101 1101011 10110011 1000110 101000 0 11110 11010110 110110 101101

Color Harmonies of #356BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BB3

Black with #356BB3

Text Example


Text Example

White with #356BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,179); }

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

background-color css

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

 a { background-color: rgb(53,107,179); }

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

border-color css

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

 span { border-color: rgb(53,107,179); }

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