Html Css Color HEX #32749D Lochmara

📋 copy color: '#32749D'

red 50 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #32749D

Tints of Lochmara #32749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 15.48%
G = 35.91%
B = 48.61%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32749D (or 0x32749D) is known color: Lochmara. HEX triplet: 32, 74 and 9D. RGB value is (50,116,157). Sum of RGB (Red+Green+Blue) = 50+116+157=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #32749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32749D is #CD8B62. Grayscale: #646464. Windows color (decimal): -13470563 or 10318898. OLE color: 10318898.

HSL color Cylindrical-coordinate representation of color #32749D: hue angle of 202.99º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32749D is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 116 157 -
CMYK 0.68 0.26 0 0.38
HSL 202.99º 0.52% 0.41% -
HSV(B) 202.99º 0.68% 0.62% -
XYZ 13.65 15.6 34.19 -
YUV 100.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 50 116 157 0.68 0.26 0 0.38 202.99 0.52 0.41
Hex 32 74 9D 44 1A 0 26 CB 34 29
Octal 62 164 235 104 32 0 46 313 64 51
Binary 110010 1110100 10011101 1000100 11010 0 100110 11001011 110100 101001

Color Harmonies of #32749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32749D

Black with #32749D

Text Example


Text Example

White with #32749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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