Html Css Color HEX #326AB4 Lochmara

📋 copy color: '#326AB4'

red 50 ◦ green 106 ◦ blue 180

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

Shades of Lochmara #326AB4

Tints of Lochmara #326AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 14.88%
G = 31.55%
B = 53.57%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#326AB4 (or 0x326AB4) is known color: Lochmara. HEX triplet: 32, 6A and B4. RGB value is (50,106,180). Sum of RGB (Red+Green+Blue) = 50+106+180=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #326AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AB4 is #CD954B. Grayscale: #616161. Windows color (decimal): -13473100 or 11823666. OLE color: 11823666.

HSL color Cylindrical-coordinate representation of color #326AB4: hue angle of 214.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326AB4 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 106 180 -
CMYK 0.72 0.41 0 0.29
HSL 214.15º 0.57% 0.45% -
HSV(B) 214.15º 0.72% 0.71% -
XYZ 14.71 14.28 45.16 -
YUV 97.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 50 106 180 0.72 0.41 0 0.29 214.15 0.57 0.45
Hex 32 6A B4 48 29 0 1D D6 39 2D
Octal 62 152 264 110 51 0 35 326 71 55
Binary 110010 1101010 10110100 1001000 101001 0 11101 11010110 111001 101101

Color Harmonies of #326AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AB4

Black with #326AB4

Text Example


Text Example

White with #326AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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