Html Css Color HEX #326067 Blumine

📋 copy color: '#326067'

red 50 ◦ green 96 ◦ blue 103

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

Shades of Blumine #326067

Tints of Blumine #326067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 20.08%
G = 38.55%
B = 41.37%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#326067 (or 0x326067) is known color: Blumine. HEX triplet: 32, 60 and 67. RGB value is (50,96,103). Sum of RGB (Red+Green+Blue) = 50+96+103=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #326067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326067 is #CD9F98. Grayscale: #525252. Windows color (decimal): -13475737 or 6774834. OLE color: 6774834.

HSL color Cylindrical-coordinate representation of color #326067: hue angle of 187.92º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326067 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 96 103 -
CMYK 0.51 0.07 0 0.60
HSL 187.92º 0.35% 0.3% -
HSV(B) 187.92º 0.51% 0.4% -
XYZ 7.95 10.02 14.35 -
YUV 83.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 50 96 103 0.51 0.07 0 0.60 187.92 0.35 0.3
Hex 32 60 67 33 7 0 3C BC 23 1E
Octal 62 140 147 63 7 0 74 274 43 36
Binary 110010 1100000 1100111 110011 111 0 111100 10111100 100011 11110

Color Harmonies of #326067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326067

Black with #326067

Text Example


Text Example

White with #326067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326067; }

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

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

background-color css

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

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

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

border-color css

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

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

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