Html Css Color HEX #25495A Arapawa

📋 copy color: '#25495A'

red 37 ◦ green 73 ◦ blue 90

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

Shades of Arapawa #25495A

Tints of Arapawa #25495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 18.5%
G = 36.5%
B = 45%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25495A (or 0x25495A) is known color: Arapawa. HEX triplet: 25, 49 and 5A. RGB value is (37,73,90). Sum of RGB (Red+Green+Blue) = 37+73+90=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #25495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495A is #DAB6A5. Grayscale: #404040. Windows color (decimal): -14333606 or 5916965. OLE color: 5916965.

HSL color Cylindrical-coordinate representation of color #25495A: hue angle of 199.25º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25495A is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 73 90 -
CMYK 0.59 0.19 0 0.65
HSL 199.25º 0.42% 0.25% -
HSV(B) 199.25º 0.59% 0.35% -
XYZ 4.99 5.9 10.55 -
YUV 64.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 37 73 90 0.59 0.19 0 0.65 199.25 0.42 0.25
Hex 25 49 5A 3B 13 0 41 C7 2A 19
Octal 45 111 132 73 23 0 101 307 52 31
Binary 100101 1001001 1011010 111011 10011 0 1000001 11000111 101010 11001

Color Harmonies of #25495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25495A

Black with #25495A

Text Example


Text Example

White with #25495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25495A; }

 p { color: rgb(37,73,90); }

 H1.HeaderClassName
 {
   color: #25495A;
 }
 .AnyTagClassName
 {
   color: #25495A;
 }
</style>

background-color css

<style>
 a { background-color: #25495A; }

 a { background-color: rgb(37,73,90); }

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

border-color css

<style>
 span { border-color: #25495A; }

 span { border-color: rgb(37,73,90); }

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