Html Css Color HEX #326A74 Blumine

📋 copy color: '#326A74'

red 50 ◦ green 106 ◦ blue 116

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

Shades of Blumine #326A74

Tints of Blumine #326A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 18.38%
G = 38.97%
B = 42.65%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326A74 (or 0x326A74) is known color: Blumine. HEX triplet: 32, 6A and 74. RGB value is (50,106,116). Sum of RGB (Red+Green+Blue) = 50+106+116=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #326A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A74 is #CD958B. Grayscale: #5A5A5A. Windows color (decimal): -13473164 or 7629362. OLE color: 7629362.

HSL color Cylindrical-coordinate representation of color #326A74: hue angle of 189.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326A74 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 106 116 -
CMYK 0.57 0.09 0 0.55
HSL 189.09º 0.4% 0.33% -
HSV(B) 189.09º 0.57% 0.45% -
XYZ 9.62 12.25 18.38 -
YUV 90.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 50 106 116 0.57 0.09 0 0.55 189.09 0.4 0.33
Hex 32 6A 74 39 9 0 37 BD 28 21
Octal 62 152 164 71 11 0 67 275 50 41
Binary 110010 1101010 1110100 111001 1001 0 110111 10111101 101000 100001

Color Harmonies of #326A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A74

Black with #326A74

Text Example


Text Example

White with #326A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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