Html Css Color HEX #326BAB Lochmara

📋 copy color: '#326BAB'

red 50 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #326BAB

Tints of Lochmara #326BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 15.24%
G = 32.62%
B = 52.13%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#326BAB (or 0x326BAB) is known color: Lochmara. HEX triplet: 32, 6B and AB. RGB value is (50,107,171). Sum of RGB (Red+Green+Blue) = 50+107+171=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #326BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BAB is #CD9454. Grayscale: #606060. Windows color (decimal): -13472853 or 11234098. OLE color: 11234098.

HSL color Cylindrical-coordinate representation of color #326BAB: hue angle of 211.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326BAB is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 107 171 -
CMYK 0.71 0.37 0 0.33
HSL 211.74º 0.55% 0.43% -
HSV(B) 211.74º 0.71% 0.67% -
XYZ 13.92 14.13 40.52 -
YUV 97.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 50 107 171 0.71 0.37 0 0.33 211.74 0.55 0.43
Hex 32 6B AB 47 25 0 21 D4 37 2B
Octal 62 153 253 107 45 0 41 324 67 53
Binary 110010 1101011 10101011 1000111 100101 0 100001 11010100 110111 101011

Color Harmonies of #326BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BAB

Black with #326BAB

Text Example


Text Example

White with #326BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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