Html Css Color HEX #356BBA Lochmara

📋 copy color: '#356BBA'

red 53 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #356BBA

Tints of Lochmara #356BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 15.32%
G = 30.92%
B = 53.76%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356BBA (or 0x356BBA) is known color: Lochmara. HEX triplet: 35, 6B and BA. RGB value is (53,107,186). Sum of RGB (Red+Green+Blue) = 53+107+186=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #356BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBA is #CA9445. Grayscale: #636363. Windows color (decimal): -13276230 or 12217141. OLE color: 12217141.

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

Color convert

RGB 53 107 186 -
CMYK 0.72 0.42 0 0.27
HSL 215.64º 0.56% 0.47% -
HSV(B) 215.64º 0.72% 0.73% -
XYZ 15.59 14.82 48.49 -
YUV 99.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 53 107 186 0.72 0.42 0 0.27 215.64 0.56 0.47
Hex 35 6B BA 48 2A 0 1B D8 38 2F
Octal 65 153 272 110 52 0 33 330 70 57
Binary 110101 1101011 10111010 1001000 101010 0 11011 11011000 111000 101111

Color Harmonies of #356BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BBA

Black with #356BBA

Text Example


Text Example

White with #356BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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