Html Css Color HEX #326369 Blumine

📋 copy color: '#326369'

red 50 ◦ green 99 ◦ blue 105

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

Shades of Blumine #326369

Tints of Blumine #326369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 19.69%
G = 38.98%
B = 41.34%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#326369 (or 0x326369) is known color: Blumine. HEX triplet: 32, 63 and 69. RGB value is (50,99,105). Sum of RGB (Red+Green+Blue) = 50+99+105=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #326369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326369 is #CD9C96. Grayscale: #545454. Windows color (decimal): -13474967 or 6906674. OLE color: 6906674.

HSL color Cylindrical-coordinate representation of color #326369: hue angle of 186.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326369 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 99 105 -
CMYK 0.52 0.06 0 0.59
HSL 186.55º 0.35% 0.3% -
HSV(B) 186.55º 0.52% 0.41% -
XYZ 8.33 10.62 14.98 -
YUV 85.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 50 99 105 0.52 0.06 0 0.59 186.55 0.35 0.3
Hex 32 63 69 34 6 0 3B BB 23 1E
Octal 62 143 151 64 6 0 73 273 43 36
Binary 110010 1100011 1101001 110100 110 0 111011 10111011 100011 11110

Color Harmonies of #326369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326369

Black with #326369

Text Example


Text Example

White with #326369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326369; }

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

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

background-color css

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

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

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

border-color css

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

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

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