Html Css Color HEX #325288 Fun Blue

📋 copy color: '#325288'

red 50 ◦ green 82 ◦ blue 136

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

Shades of Fun Blue #325288

Tints of Fun Blue #325288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.75%

R = 18.66%
G = 30.6%
B = 50.75%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325288 (or 0x325288) is known color: Fun Blue. HEX triplet: 32, 52 and 88. RGB value is (50,82,136). Sum of RGB (Red+Green+Blue) = 50+82+136=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #325288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325288 is #CDAD77. Grayscale: #4E4E4E. Windows color (decimal): -13479288 or 8933938. OLE color: 8933938.

HSL color Cylindrical-coordinate representation of color #325288: hue angle of 217.67º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325288 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 82 136 -
CMYK 0.63 0.40 0 0.47
HSL 217.67º 0.46% 0.36% -
HSV(B) 217.67º 0.63% 0.53% -
XYZ 8.78 8.49 24.47 -
YUV 78.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 50 82 136 0.63 0.40 0 0.47 217.67 0.46 0.36
Hex 32 52 88 3F 28 0 2F DA 2E 24
Octal 62 122 210 77 50 0 57 332 56 44
Binary 110010 1010010 10001000 111111 101000 0 101111 11011010 101110 100100

Color Harmonies of #325288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325288

Black with #325288

Text Example


Text Example

White with #325288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325288; }

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

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

background-color css

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

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

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

border-color css

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

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

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