Html Css Color HEX #327498 Lochmara

📋 copy color: '#327498'

red 50 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #327498

Tints of Lochmara #327498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 15.72%
G = 36.48%
B = 47.8%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#327498 (or 0x327498) is known color: Lochmara. HEX triplet: 32, 74 and 98. RGB value is (50,116,152). Sum of RGB (Red+Green+Blue) = 50+116+152=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #327498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327498 is #CD8B67. Grayscale: #646464. Windows color (decimal): -13470568 or 9991218. OLE color: 9991218.

HSL color Cylindrical-coordinate representation of color #327498: hue angle of 201.18º degrees, saturation: 0.5, 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 #327498 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 116 152 -
CMYK 0.67 0.24 0 0.40
HSL 201.18º 0.5% 0.4% -
HSV(B) 201.18º 0.67% 0.6% -
XYZ 13.23 15.44 31.99 -
YUV 100.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 50 116 152 0.67 0.24 0 0.40 201.18 0.5 0.4
Hex 32 74 98 43 18 0 28 C9 32 28
Octal 62 164 230 103 30 0 50 311 62 50
Binary 110010 1110100 10011000 1000011 11000 0 101000 11001001 110010 101000

Color Harmonies of #327498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327498

Black with #327498

Text Example


Text Example

White with #327498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327498; }

 p { color: rgb(50,116,152); }

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

background-color css

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

 a { background-color: rgb(50,116,152); }

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

border-color css

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

 span { border-color: rgb(50,116,152); }

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