Html Css Color HEX #326AB0 Lochmara

📋 copy color: '#326AB0'

red 50 ◦ green 106 ◦ blue 176

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

Shades of Lochmara #326AB0

Tints of Lochmara #326AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 53.01%

R = 15.06%
G = 31.93%
B = 53.01%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#326AB0 (or 0x326AB0) is known color: Lochmara. HEX triplet: 32, 6A and B0. RGB value is (50,106,176). Sum of RGB (Red+Green+Blue) = 50+106+176=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #326AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326AB0 is #CD954F. Grayscale: #606060. Windows color (decimal): -13473104 or 11561522. OLE color: 11561522.

HSL color Cylindrical-coordinate representation of color #326AB0: hue angle of 213.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326AB0 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 106 176 -
CMYK 0.72 0.40 0 0.31
HSL 213.33º 0.56% 0.44% -
HSV(B) 213.33º 0.72% 0.69% -
XYZ 14.31 14.12 43.05 -
YUV 97.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 50 106 176 0.72 0.40 0 0.31 213.33 0.56 0.44
Hex 32 6A B0 48 28 0 1F D5 38 2C
Octal 62 152 260 110 50 0 37 325 70 54
Binary 110010 1101010 10110000 1001000 101000 0 11111 11010101 111000 101100

Color Harmonies of #326AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AB0

Black with #326AB0

Text Example


Text Example

White with #326AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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