Html Css Color HEX #25495D Arapawa

📋 copy color: '#25495D'

red 37 ◦ green 73 ◦ blue 93

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

Shades of Arapawa #25495D

Tints of Arapawa #25495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 18.23%
G = 35.96%
B = 45.81%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25495D (or 0x25495D) is known color: Arapawa. HEX triplet: 25, 49 and 5D. RGB value is (37,73,93). Sum of RGB (Red+Green+Blue) = 37+73+93=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #25495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495D is #DAB6A2. Grayscale: #404040. Windows color (decimal): -14333603 or 6113573. OLE color: 6113573.

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

Color convert

RGB 37 73 93 -
CMYK 0.60 0.22 0 0.64
HSL 201.43º 0.43% 0.25% -
HSV(B) 201.43º 0.6% 0.36% -
XYZ 5.12 5.95 11.23 -
YUV 64.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 37 73 93 0.60 0.22 0 0.64 201.43 0.43 0.25
Hex 25 49 5D 3C 16 0 40 C9 2B 19
Octal 45 111 135 74 26 0 100 311 53 31
Binary 100101 1001001 1011101 111100 10110 0 1000000 11001001 101011 11001

Color Harmonies of #25495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25495D

Black with #25495D

Text Example


Text Example

White with #25495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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