Html Css Color HEX #327598 Lochmara

📋 copy color: '#327598'

red 50 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #327598

Tints of Lochmara #327598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 15.67%
G = 36.68%
B = 47.65%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#327598 (or 0x327598) is known color: Lochmara. HEX triplet: 32, 75 and 98. RGB value is (50,117,152). Sum of RGB (Red+Green+Blue) = 50+117+152=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #327598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327598 is #CD8A67. Grayscale: #646464. Windows color (decimal): -13470312 or 9991474. OLE color: 9991474.

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

Color convert

RGB 50 117 152 -
CMYK 0.67 0.23 0 0.40
HSL 200.59º 0.5% 0.4% -
HSV(B) 200.59º 0.67% 0.6% -
XYZ 13.34 15.67 32.03 -
YUV 100.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 50 117 152 0.67 0.23 0 0.40 200.59 0.5 0.4
Hex 32 75 98 43 17 0 28 C9 32 28
Octal 62 165 230 103 27 0 50 311 62 50
Binary 110010 1110101 10011000 1000011 10111 0 101000 11001001 110010 101000

Color Harmonies of #327598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327598

Black with #327598

Text Example


Text Example

White with #327598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327598; }

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

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

background-color css

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

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

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

border-color css

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

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

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