Html Css Color HEX #325B67 Blumine

📋 copy color: '#325B67'

red 50 ◦ green 91 ◦ blue 103

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

Shades of Blumine #325B67

Tints of Blumine #325B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 20.49%
G = 37.3%
B = 42.21%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325B67 (or 0x325B67) is known color: Blumine. HEX triplet: 32, 5B and 67. RGB value is (50,91,103). Sum of RGB (Red+Green+Blue) = 50+91+103=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #325B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B67 is #CDA498. Grayscale: #505050. Windows color (decimal): -13477017 or 6773554. OLE color: 6773554.

HSL color Cylindrical-coordinate representation of color #325B67: hue angle of 193.58º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325B67 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 91 103 -
CMYK 0.51 0.12 0 0.60
HSL 193.58º 0.35% 0.3% -
HSV(B) 193.58º 0.51% 0.4% -
XYZ 7.5 9.14 14.2 -
YUV 80.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 50 91 103 0.51 0.12 0 0.60 193.58 0.35 0.3
Hex 32 5B 67 33 C 0 3C C2 23 1E
Octal 62 133 147 63 14 0 74 302 43 36
Binary 110010 1011011 1100111 110011 1100 0 111100 11000010 100011 11110

Color Harmonies of #325B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B67

Black with #325B67

Text Example


Text Example

White with #325B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,103); }

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

background-color css

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

 a { background-color: rgb(50,91,103); }

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

border-color css

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

 span { border-color: rgb(50,91,103); }

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