Html Css Color HEX #325083 Fun Blue

📋 copy color: '#325083'

red 50 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #325083

Tints of Fun Blue #325083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 19.16%
G = 30.65%
B = 50.19%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325083 (or 0x325083) is known color: Fun Blue. HEX triplet: 32, 50 and 83. RGB value is (50,80,131). Sum of RGB (Red+Green+Blue) = 50+80+131=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #325083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325083 is #CDAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13479805 or 8605746. OLE color: 8605746.

HSL color Cylindrical-coordinate representation of color #325083: hue angle of 217.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325083 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 80 131 -
CMYK 0.62 0.39 0 0.49
HSL 217.78º 0.45% 0.35% -
HSV(B) 217.78º 0.62% 0.51% -
XYZ 8.28 8.05 22.59 -
YUV 76.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 50 80 131 0.62 0.39 0 0.49 217.78 0.45 0.35
Hex 32 50 83 3E 27 0 31 DA 2D 23
Octal 62 120 203 76 47 0 61 332 55 43
Binary 110010 1010000 10000011 111110 100111 0 110001 11011010 101101 100011

Color Harmonies of #325083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325083

Black with #325083

Text Example


Text Example

White with #325083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325083; }

 p { color: rgb(50,80,131); }

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

background-color css

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

 a { background-color: rgb(50,80,131); }

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

border-color css

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

 span { border-color: rgb(50,80,131); }

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