Html Css Color HEX #25515E Arapawa

📋 copy color: '#25515E'

red 37 ◦ green 81 ◦ blue 94

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

Shades of Arapawa #25515E

Tints of Arapawa #25515E

RGB

 RED value IS 37 (14.84% from 255) = 17.45%

 GREEN value IS 81 (32.03% from 255) = 38.21%

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 17.45%
G = 38.21%
B = 44.34%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25515E (or 0x25515E) is known color: Arapawa. HEX triplet: 25, 51 and 5E. RGB value is (37,81,94). Sum of RGB (Red+Green+Blue) = 37+81+94=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #25515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25515E is #DAAEA1. Grayscale: #454545. Windows color (decimal): -14331554 or 6181157. OLE color: 6181157.

HSL color Cylindrical-coordinate representation of color #25515E: hue angle of 193.68º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25515E is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 81 94 -
CMYK 0.61 0.14 0 0.63
HSL 193.68º 0.44% 0.26% -
HSV(B) 193.68º 0.61% 0.37% -
XYZ 5.73 7.09 11.66 -
YUV 69.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 37 81 94 0.61 0.14 0 0.63 193.68 0.44 0.26
Hex 25 51 5E 3D E 0 3F C2 2C 1A
Octal 45 121 136 75 16 0 77 302 54 32
Binary 100101 1010001 1011110 111101 1110 0 111111 11000010 101100 11010

Color Harmonies of #25515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25515E

Black with #25515E

Text Example


Text Example

White with #25515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25515E; }

 p { color: rgb(37,81,94); }

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

background-color css

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

 a { background-color: rgb(37,81,94); }

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

border-color css

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

 span { border-color: rgb(37,81,94); }

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