Html Css Color HEX #326069 Blumine

📋 copy color: '#326069'

red 50 ◦ green 96 ◦ blue 105

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

Shades of Blumine #326069

Tints of Blumine #326069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 19.92%
G = 38.25%
B = 41.83%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#326069 (or 0x326069) is known color: Blumine. HEX triplet: 32, 60 and 69. RGB value is (50,96,105). Sum of RGB (Red+Green+Blue) = 50+96+105=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #326069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326069 is #CD9F96. Grayscale: #535353. Windows color (decimal): -13475735 or 6905906. OLE color: 6905906.

HSL color Cylindrical-coordinate representation of color #326069: hue angle of 189.82º 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 #326069 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 96 105 -
CMYK 0.52 0.09 0 0.59
HSL 189.82º 0.35% 0.3% -
HSV(B) 189.82º 0.52% 0.41% -
XYZ 8.05 10.06 14.88 -
YUV 83.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 50 96 105 0.52 0.09 0 0.59 189.82 0.35 0.3
Hex 32 60 69 34 9 0 3B BE 23 1E
Octal 62 140 151 64 11 0 73 276 43 36
Binary 110010 1100000 1101001 110100 1001 0 111011 10111110 100011 11110

Color Harmonies of #326069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326069

Black with #326069

Text Example


Text Example

White with #326069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326069; }

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

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

background-color css

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

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

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

border-color css

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

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

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