Html Css Color HEX #25475F Arapawa

📋 copy color: '#25475F'

red 37 ◦ green 71 ◦ blue 95

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

Shades of Arapawa #25475F

Tints of Arapawa #25475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.8%

R = 18.23%
G = 34.98%
B = 46.8%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25475F (or 0x25475F) is known color: Arapawa. HEX triplet: 25, 47 and 5F. RGB value is (37,71,95). Sum of RGB (Red+Green+Blue) = 37+71+95=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #25475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475F is #DAB8A0. Grayscale: #3F3F3F. Windows color (decimal): -14334113 or 6244133. OLE color: 6244133.

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

Color convert

RGB 37 71 95 -
CMYK 0.61 0.25 0 0.63
HSL 204.83º 0.44% 0.26% -
HSV(B) 204.83º 0.61% 0.37% -
XYZ 5.08 5.73 11.66 -
YUV 63.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 37 71 95 0.61 0.25 0 0.63 204.83 0.44 0.26
Hex 25 47 5F 3D 19 0 3F CD 2C 1A
Octal 45 107 137 75 31 0 77 315 54 32
Binary 100101 1000111 1011111 111101 11001 0 111111 11001101 101100 11010

Color Harmonies of #25475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25475F

Black with #25475F

Text Example


Text Example

White with #25475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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