Html Css Color HEX #325463 Blumine

📋 copy color: '#325463'

red 50 ◦ green 84 ◦ blue 99

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

Shades of Blumine #325463

Tints of Blumine #325463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 21.46%
G = 36.05%
B = 42.49%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325463 (or 0x325463) is known color: Blumine. HEX triplet: 32, 54 and 63. RGB value is (50,84,99). Sum of RGB (Red+Green+Blue) = 50+84+99=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #325463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325463 is #CDAB9C. Grayscale: #4B4B4B. Windows color (decimal): -13478813 or 6509618. OLE color: 6509618.

HSL color Cylindrical-coordinate representation of color #325463: hue angle of 198.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325463 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 84 99 -
CMYK 0.49 0.15 0 0.61
HSL 198.37º 0.33% 0.29% -
HSV(B) 198.37º 0.49% 0.39% -
XYZ 6.74 7.92 12.98 -
YUV 75.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 50 84 99 0.49 0.15 0 0.61 198.37 0.33 0.29
Hex 32 54 63 31 F 0 3D C6 21 1D
Octal 62 124 143 61 17 0 75 306 41 35
Binary 110010 1010100 1100011 110001 1111 0 111101 11000110 100001 11101

Color Harmonies of #325463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325463

Black with #325463

Text Example


Text Example

White with #325463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325463; }

 p { color: rgb(50,84,99); }

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

background-color css

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

 a { background-color: rgb(50,84,99); }

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

border-color css

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

 span { border-color: rgb(50,84,99); }

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