Html Css Color HEX #325285 Fun Blue

📋 copy color: '#325285'

red 50 ◦ green 82 ◦ blue 133

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

Shades of Fun Blue #325285

Tints of Fun Blue #325285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 18.87%
G = 30.94%
B = 50.19%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325285 (or 0x325285) is known color: Fun Blue. HEX triplet: 32, 52 and 85. RGB value is (50,82,133). Sum of RGB (Red+Green+Blue) = 50+82+133=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #325285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325285 is #CDAD7A. Grayscale: #4E4E4E. Windows color (decimal): -13479291 or 8737330. OLE color: 8737330.

HSL color Cylindrical-coordinate representation of color #325285: hue angle of 216.87º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325285 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 82 133 -
CMYK 0.62 0.38 0 0.48
HSL 216.87º 0.45% 0.36% -
HSV(B) 216.87º 0.62% 0.52% -
XYZ 8.57 8.41 23.36 -
YUV 78.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 50 82 133 0.62 0.38 0 0.48 216.87 0.45 0.36
Hex 32 52 85 3E 26 0 30 D9 2D 24
Octal 62 122 205 76 46 0 60 331 55 44
Binary 110010 1010010 10000101 111110 100110 0 110000 11011001 101101 100100

Color Harmonies of #325285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325285

Black with #325285

Text Example


Text Example

White with #325285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325285; }

 p { color: rgb(50,82,133); }

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

background-color css

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

 a { background-color: rgb(50,82,133); }

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

border-color css

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

 span { border-color: rgb(50,82,133); }

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