Html Css Color HEX #325089 Fun Blue

📋 copy color: '#325089'

red 50 ◦ green 80 ◦ blue 137

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

Shades of Fun Blue #325089

Tints of Fun Blue #325089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 18.73%
G = 29.96%
B = 51.31%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#325089 (or 0x325089) is known color: Fun Blue. HEX triplet: 32, 50 and 89. RGB value is (50,80,137). Sum of RGB (Red+Green+Blue) = 50+80+137=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #325089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325089 is #CDAF76. Grayscale: #4D4D4D. Windows color (decimal): -13479799 or 8998962. OLE color: 8998962.

HSL color Cylindrical-coordinate representation of color #325089: hue angle of 219.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325089 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 80 137 -
CMYK 0.64 0.42 0 0.46
HSL 219.31º 0.47% 0.37% -
HSV(B) 219.31º 0.64% 0.54% -
XYZ 8.7 8.22 24.8 -
YUV 77.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 50 80 137 0.64 0.42 0 0.46 219.31 0.47 0.37
Hex 32 50 89 40 2A 0 2E DB 2F 25
Octal 62 120 211 100 52 0 56 333 57 45
Binary 110010 1010000 10001001 1000000 101010 0 101110 11011011 101111 100101

Color Harmonies of #325089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325089

Black with #325089

Text Example


Text Example

White with #325089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325089; }

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

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

background-color css

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

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

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

border-color css

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

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

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