Html Css Color HEX #326AAB Lochmara

📋 copy color: '#326AAB'

red 50 ◦ green 106 ◦ blue 171

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

Shades of Lochmara #326AAB

Tints of Lochmara #326AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

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

R = 15.29%
G = 32.42%
B = 52.29%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#326AAB (or 0x326AAB) is known color: Lochmara. HEX triplet: 32, 6A and AB. RGB value is (50,106,171). Sum of RGB (Red+Green+Blue) = 50+106+171=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #326AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326AAB is #CD9554. Grayscale: #606060. Windows color (decimal): -13473109 or 11233842. OLE color: 11233842.

HSL color Cylindrical-coordinate representation of color #326AAB: hue angle of 212.23º 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 #326AAB is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 106 171 -
CMYK 0.71 0.38 0 0.33
HSL 212.23º 0.55% 0.43% -
HSV(B) 212.23º 0.71% 0.67% -
XYZ 13.82 13.93 40.49 -
YUV 96.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 50 106 171 0.71 0.38 0 0.33 212.23 0.55 0.43
Hex 32 6A AB 47 26 0 21 D4 37 2B
Octal 62 152 253 107 46 0 41 324 67 53
Binary 110010 1101010 10101011 1000111 100110 0 100001 11010100 110111 101011

Color Harmonies of #326AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AAB

Black with #326AAB

Text Example


Text Example

White with #326AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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