Html Css Color HEX #325A6C Blumine

📋 copy color: '#325A6C'

red 50 ◦ green 90 ◦ blue 108

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

Shades of Blumine #325A6C

Tints of Blumine #325A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 20.16%
G = 36.29%
B = 43.55%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#325A6C (or 0x325A6C) is known color: Blumine. HEX triplet: 32, 5A and 6C. RGB value is (50,90,108). Sum of RGB (Red+Green+Blue) = 50+90+108=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #325A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A6C is #CDA593. Grayscale: #4F4F4F. Windows color (decimal): -13477268 or 7100978. OLE color: 7100978.

HSL color Cylindrical-coordinate representation of color #325A6C: hue angle of 198.62º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #325A6C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 90 108 -
CMYK 0.54 0.17 0 0.58
HSL 198.62º 0.37% 0.31% -
HSV(B) 198.62º 0.54% 0.42% -
XYZ 7.68 9.07 15.53 -
YUV 80.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 50 90 108 0.54 0.17 0 0.58 198.62 0.37 0.31
Hex 32 5A 6C 36 11 0 3A C7 25 1F
Octal 62 132 154 66 21 0 72 307 45 37
Binary 110010 1011010 1101100 110110 10001 0 111010 11000111 100101 11111

Color Harmonies of #325A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A6C

Black with #325A6C

Text Example


Text Example

White with #325A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,108); }

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

background-color css

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

 a { background-color: rgb(50,90,108); }

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

border-color css

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

 span { border-color: rgb(50,90,108); }

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