Html Css Color HEX #325261 Arapawa

📋 copy color: '#325261'

red 50 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #325261

Tints of Arapawa #325261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 21.83%
G = 35.81%
B = 42.36%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325261 (or 0x325261) is known color: Arapawa. HEX triplet: 32, 52 and 61. RGB value is (50,82,97). Sum of RGB (Red+Green+Blue) = 50+82+97=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #325261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325261 is #CDAD9E. Grayscale: #4A4A4A. Windows color (decimal): -13479327 or 6378034. OLE color: 6378034.

HSL color Cylindrical-coordinate representation of color #325261: hue angle of 199.15º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325261 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 82 97 -
CMYK 0.48 0.15 0 0.62
HSL 199.15º 0.32% 0.29% -
HSV(B) 199.15º 0.48% 0.38% -
XYZ 6.49 7.58 12.43 -
YUV 74.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 50 82 97 0.48 0.15 0 0.62 199.15 0.32 0.29
Hex 32 52 61 30 F 0 3E C7 20 1D
Octal 62 122 141 60 17 0 76 307 40 35
Binary 110010 1010010 1100001 110000 1111 0 111110 11000111 100000 11101

Color Harmonies of #325261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325261

Black with #325261

Text Example


Text Example

White with #325261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325261; }

 p { color: rgb(50,82,97); }

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

background-color css

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

 a { background-color: rgb(50,82,97); }

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

border-color css

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

 span { border-color: rgb(50,82,97); }

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