Html Css Color HEX #25485B Arapawa

📋 copy color: '#25485B'

red 37 ◦ green 72 ◦ blue 91

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

Shades of Arapawa #25485B

Tints of Arapawa #25485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 18.5%
G = 36%
B = 45.5%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25485B (or 0x25485B) is known color: Arapawa. HEX triplet: 25, 48 and 5B. RGB value is (37,72,91). Sum of RGB (Red+Green+Blue) = 37+72+91=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #25485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25485B is #DAB7A4. Grayscale: #3F3F3F. Windows color (decimal): -14333861 or 5982245. OLE color: 5982245.

HSL color Cylindrical-coordinate representation of color #25485B: hue angle of 201.11º 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 #25485B is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 72 91 -
CMYK 0.59 0.21 0 0.64
HSL 201.11º 0.42% 0.25% -
HSV(B) 201.11º 0.59% 0.36% -
XYZ 4.97 5.78 10.75 -
YUV 63.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 37 72 91 0.59 0.21 0 0.64 201.11 0.42 0.25
Hex 25 48 5B 3B 15 0 40 C9 2A 19
Octal 45 110 133 73 25 0 100 311 52 31
Binary 100101 1001000 1011011 111011 10101 0 1000000 11001001 101010 11001

Color Harmonies of #25485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25485B

Black with #25485B

Text Example


Text Example

White with #25485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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