Html Css Color HEX #25505E Arapawa

📋 copy color: '#25505E'

red 37 ◦ green 80 ◦ blue 94

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

Shades of Arapawa #25505E

Tints of Arapawa #25505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 17.54%
G = 37.91%
B = 44.55%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25505E (or 0x25505E) is known color: Arapawa. HEX triplet: 25, 50 and 5E. RGB value is (37,80,94). Sum of RGB (Red+Green+Blue) = 37+80+94=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #25505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25505E is #DAAFA1. Grayscale: #444444. Windows color (decimal): -14331810 or 6180901. OLE color: 6180901.

HSL color Cylindrical-coordinate representation of color #25505E: hue angle of 194.74º 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 #25505E is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 80 94 -
CMYK 0.61 0.15 0 0.63
HSL 194.74º 0.44% 0.26% -
HSV(B) 194.74º 0.61% 0.37% -
XYZ 5.65 6.94 11.63 -
YUV 68.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 37 80 94 0.61 0.15 0 0.63 194.74 0.44 0.26
Hex 25 50 5E 3D F 0 3F C3 2C 1A
Octal 45 120 136 75 17 0 77 303 54 32
Binary 100101 1010000 1011110 111101 1111 0 111111 11000011 101100 11010

Color Harmonies of #25505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25505E

Black with #25505E

Text Example


Text Example

White with #25505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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