Html Css Color HEX #32639B Lochmara

📋 copy color: '#32639B'

red 50 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #32639B

Tints of Lochmara #32639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 16.45%
G = 32.57%
B = 50.99%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32639B (or 0x32639B) is known color: Lochmara. HEX triplet: 32, 63 and 9B. RGB value is (50,99,155). Sum of RGB (Red+Green+Blue) = 50+99+155=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #32639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32639B is #CD9C64. Grayscale: #5A5A5A. Windows color (decimal): -13474917 or 10183474. OLE color: 10183474.

HSL color Cylindrical-coordinate representation of color #32639B: hue angle of 212º 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 #32639B is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 99 155 -
CMYK 0.68 0.36 0 0.39
HSL 212º 0.51% 0.4% -
HSV(B) 212º 0.68% 0.61% -
XYZ 11.69 11.97 32.7 -
YUV 90.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 50 99 155 0.68 0.36 0 0.39 212 0.51 0.4
Hex 32 63 9B 44 24 0 27 D4 33 28
Octal 62 143 233 104 44 0 47 324 63 50
Binary 110010 1100011 10011011 1000100 100100 0 100111 11010100 110011 101000

Color Harmonies of #32639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32639B

Black with #32639B

Text Example


Text Example

White with #32639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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