Html Css Color HEX #32799B Lochmara

📋 copy color: '#32799B'

red 50 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #32799B

Tints of Lochmara #32799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 15.34%
G = 37.12%
B = 47.55%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32799B (or 0x32799B) is known color: Lochmara. HEX triplet: 32, 79 and 9B. RGB value is (50,121,155). Sum of RGB (Red+Green+Blue) = 50+121+155=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #32799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32799B is #CD8664. Grayscale: #676767. Windows color (decimal): -13469285 or 10189106. OLE color: 10189106.

HSL color Cylindrical-coordinate representation of color #32799B: hue angle of 199.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32799B is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 121 155 -
CMYK 0.68 0.22 0 0.39
HSL 199.43º 0.51% 0.4% -
HSV(B) 199.43º 0.68% 0.61% -
XYZ 14.07 16.72 33.5 -
YUV 103.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 50 121 155 0.68 0.22 0 0.39 199.43 0.51 0.4
Hex 32 79 9B 44 16 0 27 C7 33 28
Octal 62 171 233 104 26 0 47 307 63 50
Binary 110010 1111001 10011011 1000100 10110 0 100111 11000111 110011 101000

Color Harmonies of #32799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32799B

Black with #32799B

Text Example


Text Example

White with #32799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32799B; }

 p { color: rgb(50,121,155); }

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

background-color css

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

 a { background-color: rgb(50,121,155); }

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

border-color css

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

 span { border-color: rgb(50,121,155); }

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