Html Css Color HEX #325A68 Blumine

📋 copy color: '#325A68'

red 50 ◦ green 90 ◦ blue 104

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

Shades of Blumine #325A68

Tints of Blumine #325A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 20.49%
G = 36.89%
B = 42.62%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325A68 (or 0x325A68) is known color: Blumine. HEX triplet: 32, 5A and 68. RGB value is (50,90,104). Sum of RGB (Red+Green+Blue) = 50+90+104=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #325A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A68 is #CDA597. Grayscale: #4F4F4F. Windows color (decimal): -13477272 or 6838834. OLE color: 6838834.

HSL color Cylindrical-coordinate representation of color #325A68: hue angle of 195.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325A68 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 90 104 -
CMYK 0.52 0.13 0 0.59
HSL 195.56º 0.35% 0.3% -
HSV(B) 195.56º 0.52% 0.41% -
XYZ 7.47 8.99 14.44 -
YUV 79.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 50 90 104 0.52 0.13 0 0.59 195.56 0.35 0.3
Hex 32 5A 68 34 D 0 3B C4 23 1E
Octal 62 132 150 64 15 0 73 304 43 36
Binary 110010 1011010 1101000 110100 1101 0 111011 11000100 100011 11110

Color Harmonies of #325A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A68

Black with #325A68

Text Example


Text Example

White with #325A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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