Html Css Color HEX #326AB3 Lochmara

📋 copy color: '#326AB3'

red 50 ◦ green 106 ◦ blue 179

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

Shades of Lochmara #326AB3

Tints of Lochmara #326AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.43%

R = 14.93%
G = 31.64%
B = 53.43%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#326AB3 (or 0x326AB3) is known color: Lochmara. HEX triplet: 32, 6A and B3. RGB value is (50,106,179). Sum of RGB (Red+Green+Blue) = 50+106+179=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #326AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AB3 is #CD954C. Grayscale: #616161. Windows color (decimal): -13473101 or 11758130. OLE color: 11758130.

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

Color convert

RGB 50 106 179 -
CMYK 0.72 0.41 0 0.30
HSL 213.95º 0.56% 0.45% -
HSV(B) 213.95º 0.72% 0.7% -
XYZ 14.61 14.24 44.63 -
YUV 97.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 50 106 179 0.72 0.41 0 0.30 213.95 0.56 0.45
Hex 32 6A B3 48 29 0 1E D6 38 2D
Octal 62 152 263 110 51 0 36 326 70 55
Binary 110010 1101010 10110011 1001000 101001 0 11110 11010110 111000 101101

Color Harmonies of #326AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AB3

Black with #326AB3

Text Example


Text Example

White with #326AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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