Html Css Color HEX #326273 Blumine

📋 copy color: '#326273'

red 50 ◦ green 98 ◦ blue 115

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

Shades of Blumine #326273

Tints of Blumine #326273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 19.01%
G = 37.26%
B = 43.73%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326273 (or 0x326273) is known color: Blumine. HEX triplet: 32, 62 and 73. RGB value is (50,98,115). Sum of RGB (Red+Green+Blue) = 50+98+115=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #326273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326273 is #CD9D8C. Grayscale: #555555. Windows color (decimal): -13475213 or 7561778. OLE color: 7561778.

HSL color Cylindrical-coordinate representation of color #326273: hue angle of 195.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326273 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 98 115 -
CMYK 0.57 0.15 0 0.55
HSL 195.69º 0.39% 0.32% -
HSV(B) 195.69º 0.57% 0.45% -
XYZ 8.78 10.65 17.81 -
YUV 85.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 50 98 115 0.57 0.15 0 0.55 195.69 0.39 0.32
Hex 32 62 73 39 F 0 37 C4 27 20
Octal 62 142 163 71 17 0 67 304 47 40
Binary 110010 1100010 1110011 111001 1111 0 110111 11000100 100111 100000

Color Harmonies of #326273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326273

Black with #326273

Text Example


Text Example

White with #326273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326273; }

 p { color: rgb(50,98,115); }

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

background-color css

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

 a { background-color: rgb(50,98,115); }

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

border-color css

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

 span { border-color: rgb(50,98,115); }

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