Html Css Color HEX #325A6F Blumine

📋 copy color: '#325A6F'

red 50 ◦ green 90 ◦ blue 111

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

Shades of Blumine #325A6F

Tints of Blumine #325A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 19.92%
G = 35.86%
B = 44.22%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325A6F (or 0x325A6F) is known color: Blumine. HEX triplet: 32, 5A and 6F. RGB value is (50,90,111). Sum of RGB (Red+Green+Blue) = 50+90+111=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #325A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A6F is #CDA590. Grayscale: #505050. Windows color (decimal): -13477265 or 7297586. OLE color: 7297586.

HSL color Cylindrical-coordinate representation of color #325A6F: hue angle of 200.66º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325A6F is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 90 111 -
CMYK 0.55 0.19 0 0.56
HSL 200.66º 0.38% 0.32% -
HSV(B) 200.66º 0.55% 0.44% -
XYZ 7.84 9.14 16.39 -
YUV 80.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 50 90 111 0.55 0.19 0 0.56 200.66 0.38 0.32
Hex 32 5A 6F 37 13 0 38 C9 26 20
Octal 62 132 157 67 23 0 70 311 46 40
Binary 110010 1011010 1101111 110111 10011 0 111000 11001001 100110 100000

Color Harmonies of #325A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A6F

Black with #325A6F

Text Example


Text Example

White with #325A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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