Html Css Color HEX #327299 Lochmara

📋 copy color: '#327299'

red 50 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #327299

Tints of Lochmara #327299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 15.77%
G = 35.96%
B = 48.26%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#327299 (or 0x327299) is known color: Lochmara. HEX triplet: 32, 72 and 99. RGB value is (50,114,153). Sum of RGB (Red+Green+Blue) = 50+114+153=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #327299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327299 is #CD8D66. Grayscale: #636363. Windows color (decimal): -13471079 or 10056242. OLE color: 10056242.

HSL color Cylindrical-coordinate representation of color #327299: hue angle of 202.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327299 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 114 153 -
CMYK 0.67 0.25 0 0.4
HSL 202.72º 0.51% 0.4% -
HSV(B) 202.72º 0.67% 0.6% -
XYZ 13.08 15.01 32.35 -
YUV 99.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 50 114 153 0.67 0.25 0 0.4 202.72 0.51 0.4
Hex 32 72 99 43 19 0 28 CB 33 28
Octal 62 162 231 103 31 0 50 313 63 50
Binary 110010 1110010 10011001 1000011 11001 0 101000 11001011 110011 101000

Color Harmonies of #327299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327299

Black with #327299

Text Example


Text Example

White with #327299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327299; }

 p { color: rgb(50,114,153); }

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

background-color css

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

 a { background-color: rgb(50,114,153); }

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

border-color css

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

 span { border-color: rgb(50,114,153); }

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