Html Css Color HEX #325A6E Blumine

📋 copy color: '#325A6E'

red 50 ◦ green 90 ◦ blue 110

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

Shades of Blumine #325A6E

Tints of Blumine #325A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#325A6E (or 0x325A6E) is known color: Blumine. HEX triplet: 32, 5A and 6E. RGB value is (50,90,110). Sum of RGB (Red+Green+Blue) = 50+90+110=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #325A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A6E is #CDA591. Grayscale: #505050. Windows color (decimal): -13477266 or 7232050. OLE color: 7232050.

HSL color Cylindrical-coordinate representation of color #325A6E: hue angle of 200º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325A6E is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 90 110 -
CMYK 0.55 0.18 0 0.57
HSL 200º 0.38% 0.31% -
HSV(B) 200º 0.55% 0.43% -
XYZ 7.79 9.12 16.1 -
YUV 80.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 50 90 110 0.55 0.18 0 0.57 200 0.38 0.31
Hex 32 5A 6E 37 12 0 39 C8 26 1F
Octal 62 132 156 67 22 0 71 310 46 37
Binary 110010 1011010 1101110 110111 10010 0 111001 11001000 100110 11111

Color Harmonies of #325A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A6E

Black with #325A6E

Text Example


Text Example

White with #325A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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