Html Css Color HEX #25485D Arapawa

📋 copy color: '#25485D'

red 37 ◦ green 72 ◦ blue 93

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

Shades of Arapawa #25485D

Tints of Arapawa #25485D

RGB

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

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

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

R = 18.32%
G = 35.64%
B = 46.04%

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

#25485D (or 0x25485D) is known color: Arapawa. HEX triplet: 25, 48 and 5D. RGB value is (37,72,93). Sum of RGB (Red+Green+Blue) = 37+72+93=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #25485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25485D is #DAB7A2. Grayscale: #3F3F3F. Windows color (decimal): -14333859 or 6113317. OLE color: 6113317.

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

Color convert

RGB 37 72 93 -
CMYK 0.60 0.23 0 0.64
HSL 202.5º 0.43% 0.25% -
HSV(B) 202.5º 0.6% 0.36% -
XYZ 5.06 5.82 11.21 -
YUV 63.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 37 72 93 0.60 0.23 0 0.64 202.5 0.43 0.25
Hex 25 48 5D 3C 17 0 40 CA 2B 19
Octal 45 110 135 74 27 0 100 312 53 31
Binary 100101 1001000 1011101 111100 10111 0 1000000 11001010 101011 11001

Color Harmonies of #25485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25485D

Black with #25485D

Text Example


Text Example

White with #25485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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