Html Css Color HEX #25475D Arapawa

📋 copy color: '#25475D'

red 37 ◦ green 71 ◦ blue 93

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

Shades of Arapawa #25475D

Tints of Arapawa #25475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 18.41%
G = 35.32%
B = 46.27%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25475D (or 0x25475D) is known color: Arapawa. HEX triplet: 25, 47 and 5D. RGB value is (37,71,93). Sum of RGB (Red+Green+Blue) = 37+71+93=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #25475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475D is #DAB8A2. Grayscale: #3F3F3F. Windows color (decimal): -14334115 or 6113061. OLE color: 6113061.

HSL color Cylindrical-coordinate representation of color #25475D: hue angle of 203.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25475D is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 71 93 -
CMYK 0.60 0.24 0 0.64
HSL 203.57º 0.43% 0.25% -
HSV(B) 203.57º 0.6% 0.36% -
XYZ 4.99 5.69 11.19 -
YUV 63.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 37 71 93 0.60 0.24 0 0.64 203.57 0.43 0.25
Hex 25 47 5D 3C 18 0 40 CC 2B 19
Octal 45 107 135 74 30 0 100 314 53 31
Binary 100101 1000111 1011101 111100 11000 0 1000000 11001100 101011 11001

Color Harmonies of #25475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25475D

Black with #25475D

Text Example


Text Example

White with #25475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25475D; }

 p { color: rgb(37,71,93); }

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

background-color css

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

 a { background-color: rgb(37,71,93); }

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

border-color css

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

 span { border-color: rgb(37,71,93); }

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