Html Css Color HEX #325C69 Blumine

📋 copy color: '#325C69'

red 50 ◦ green 92 ◦ blue 105

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

Shades of Blumine #325C69

Tints of Blumine #325C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 20.24%
G = 37.25%
B = 42.51%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325C69 (or 0x325C69) is known color: Blumine. HEX triplet: 32, 5C and 69. RGB value is (50,92,105). Sum of RGB (Red+Green+Blue) = 50+92+105=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #325C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C69 is #CDA396. Grayscale: #505050. Windows color (decimal): -13476759 or 6904882. OLE color: 6904882.

HSL color Cylindrical-coordinate representation of color #325C69: hue angle of 194.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325C69 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 92 105 -
CMYK 0.52 0.12 0 0.59
HSL 194.18º 0.35% 0.3% -
HSV(B) 194.18º 0.52% 0.41% -
XYZ 7.69 9.35 14.76 -
YUV 80.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 50 92 105 0.52 0.12 0 0.59 194.18 0.35 0.3
Hex 32 5C 69 34 C 0 3B C2 23 1E
Octal 62 134 151 64 14 0 73 302 43 36
Binary 110010 1011100 1101001 110100 1100 0 111011 11000010 100011 11110

Color Harmonies of #325C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C69

Black with #325C69

Text Example


Text Example

White with #325C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325C69; }

 p { color: rgb(50,92,105); }

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

background-color css

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

 a { background-color: rgb(50,92,105); }

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

border-color css

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

 span { border-color: rgb(50,92,105); }

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