Html Css Color HEX #325667 Blumine

📋 copy color: '#325667'

red 50 ◦ green 86 ◦ blue 103

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

Shades of Blumine #325667

Tints of Blumine #325667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 20.92%
G = 35.98%
B = 43.1%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325667 (or 0x325667) is known color: Blumine. HEX triplet: 32, 56 and 67. RGB value is (50,86,103). Sum of RGB (Red+Green+Blue) = 50+86+103=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #325667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325667 is #CDA998. Grayscale: #4D4D4D. Windows color (decimal): -13478297 or 6772274. OLE color: 6772274.

HSL color Cylindrical-coordinate representation of color #325667: hue angle of 199.25º 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 #325667 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 86 103 -
CMYK 0.51 0.17 0 0.60
HSL 199.25º 0.35% 0.3% -
HSV(B) 199.25º 0.51% 0.4% -
XYZ 7.09 8.31 14.06 -
YUV 77.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 50 86 103 0.51 0.17 0 0.60 199.25 0.35 0.3
Hex 32 56 67 33 11 0 3C C7 23 1E
Octal 62 126 147 63 21 0 74 307 43 36
Binary 110010 1010110 1100111 110011 10001 0 111100 11000111 100011 11110

Color Harmonies of #325667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325667

Black with #325667

Text Example


Text Example

White with #325667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325667; }

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

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

background-color css

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

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

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

border-color css

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

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

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