Html Css Color HEX #326474 Blumine

📋 copy color: '#326474'

red 50 ◦ green 100 ◦ blue 116

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

Shades of Blumine #326474

Tints of Blumine #326474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 18.8%
G = 37.59%
B = 43.61%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326474 (or 0x326474) is known color: Blumine. HEX triplet: 32, 64 and 74. RGB value is (50,100,116). Sum of RGB (Red+Green+Blue) = 50+100+116=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #326474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326474 is #CD9B8B. Grayscale: #565656. Windows color (decimal): -13474700 or 7627826. OLE color: 7627826.

HSL color Cylindrical-coordinate representation of color #326474: hue angle of 194.55º 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 #326474 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 100 116 -
CMYK 0.57 0.14 0 0.55
HSL 194.55º 0.4% 0.33% -
HSV(B) 194.55º 0.57% 0.45% -
XYZ 9.02 11.05 18.18 -
YUV 86.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 50 100 116 0.57 0.14 0 0.55 194.55 0.4 0.33
Hex 32 64 74 39 E 0 37 C3 28 21
Octal 62 144 164 71 16 0 67 303 50 41
Binary 110010 1100100 1110100 111001 1110 0 110111 11000011 101000 100001

Color Harmonies of #326474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326474

Black with #326474

Text Example


Text Example

White with #326474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326474; }

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

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

background-color css

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

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

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

border-color css

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

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

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