Html Css Color HEX #25475C Arapawa

📋 copy color: '#25475C'

red 37 ◦ green 71 ◦ blue 92

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

Shades of Arapawa #25475C

Tints of Arapawa #25475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 18.5%
G = 35.5%
B = 46%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25475C (or 0x25475C) is known color: Arapawa. HEX triplet: 25, 47 and 5C. RGB value is (37,71,92). Sum of RGB (Red+Green+Blue) = 37+71+92=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #25475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475C is #DAB8A3. Grayscale: #3F3F3F. Windows color (decimal): -14334116 or 6047525. OLE color: 6047525.

HSL color Cylindrical-coordinate representation of color #25475C: hue angle of 202.91º 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 #25475C is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 71 92 -
CMYK 0.60 0.23 0 0.64
HSL 202.91º 0.43% 0.25% -
HSV(B) 202.91º 0.6% 0.36% -
XYZ 4.95 5.67 10.96 -
YUV 63.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 37 71 92 0.60 0.23 0 0.64 202.91 0.43 0.25
Hex 25 47 5C 3C 17 0 40 CB 2B 19
Octal 45 107 134 74 27 0 100 313 53 31
Binary 100101 1000111 1011100 111100 10111 0 1000000 11001011 101011 11001

Color Harmonies of #25475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25475C

Black with #25475C

Text Example


Text Example

White with #25475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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