Html Css Color HEX #326BBA Lochmara

📋 copy color: '#326BBA'

red 50 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #326BBA

Tints of Lochmara #326BBA

RGB

 RED value IS 50 (19.92% from 255) = 14.58%

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

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

R = 14.58%
G = 31.2%
B = 54.23%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#326BBA (or 0x326BBA) is known color: Lochmara. HEX triplet: 32, 6B and BA. RGB value is (50,107,186). Sum of RGB (Red+Green+Blue) = 50+107+186=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #326BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BBA is #CD9445. Grayscale: #626262. Windows color (decimal): -13472838 or 12217138. OLE color: 12217138.

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

Color convert

RGB 50 107 186 -
CMYK 0.73 0.42 0 0.27
HSL 214.85º 0.58% 0.46% -
HSV(B) 214.85º 0.73% 0.73% -
XYZ 15.44 14.74 48.49 -
YUV 98.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 50 107 186 0.73 0.42 0 0.27 214.85 0.58 0.46
Hex 32 6B BA 49 2A 0 1B D7 3A 2E
Octal 62 153 272 111 52 0 33 327 72 56
Binary 110010 1101011 10111010 1001001 101010 0 11011 11010111 111010 101110

Color Harmonies of #326BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BBA

Black with #326BBA

Text Example


Text Example

White with #326BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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