Html Css Color HEX #25475B Arapawa

📋 copy color: '#25475B'

red 37 ◦ green 71 ◦ blue 91

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

Shades of Arapawa #25475B

Tints of Arapawa #25475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 18.59%
G = 35.68%
B = 45.73%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25475B (or 0x25475B) is known color: Arapawa. HEX triplet: 25, 47 and 5B. RGB value is (37,71,91). Sum of RGB (Red+Green+Blue) = 37+71+91=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #25475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475B is #DAB8A4. Grayscale: #3F3F3F. Windows color (decimal): -14334117 or 5981989. OLE color: 5981989.

HSL color Cylindrical-coordinate representation of color #25475B: hue angle of 202.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25475B is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 71 91 -
CMYK 0.59 0.22 0 0.64
HSL 202.22º 0.42% 0.25% -
HSV(B) 202.22º 0.59% 0.36% -
XYZ 4.9 5.66 10.73 -
YUV 63.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 37 71 91 0.59 0.22 0 0.64 202.22 0.42 0.25
Hex 25 47 5B 3B 16 0 40 CA 2A 19
Octal 45 107 133 73 26 0 100 312 52 31
Binary 100101 1000111 1011011 111011 10110 0 1000000 11001010 101010 11001

Color Harmonies of #25475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25475B

Black with #25475B

Text Example


Text Example

White with #25475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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