Html Css Color HEX #325C70 Blumine

📋 copy color: '#325C70'

red 50 ◦ green 92 ◦ blue 112

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

Shades of Blumine #325C70

Tints of Blumine #325C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 19.69%
G = 36.22%
B = 44.09%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325C70 (or 0x325C70) is known color: Blumine. HEX triplet: 32, 5C and 70. RGB value is (50,92,112). Sum of RGB (Red+Green+Blue) = 50+92+112=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #325C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C70 is #CDA38F. Grayscale: #515151. Windows color (decimal): -13476752 or 7363634. OLE color: 7363634.

HSL color Cylindrical-coordinate representation of color #325C70: hue angle of 199.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325C70 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 92 112 -
CMYK 0.55 0.18 0 0.56
HSL 199.35º 0.38% 0.32% -
HSV(B) 199.35º 0.55% 0.44% -
XYZ 8.07 9.5 16.74 -
YUV 81.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 50 92 112 0.55 0.18 0 0.56 199.35 0.38 0.32
Hex 32 5C 70 37 12 0 38 C7 26 20
Octal 62 134 160 67 22 0 70 307 46 40
Binary 110010 1011100 1110000 110111 10010 0 111000 11000111 100110 100000

Color Harmonies of #325C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C70

Black with #325C70

Text Example


Text Example

White with #325C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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