Html Css Color HEX #25495C Arapawa

📋 copy color: '#25495C'

red 37 ◦ green 73 ◦ blue 92

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

Shades of Arapawa #25495C

Tints of Arapawa #25495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 18.32%
G = 36.14%
B = 45.54%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25495C (or 0x25495C) is known color: Arapawa. HEX triplet: 25, 49 and 5C. RGB value is (37,73,92). Sum of RGB (Red+Green+Blue) = 37+73+92=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #25495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495C is #DAB6A3. Grayscale: #404040. Windows color (decimal): -14333604 or 6048037. OLE color: 6048037.

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

Color convert

RGB 37 73 92 -
CMYK 0.60 0.21 0 0.64
HSL 200.73º 0.43% 0.25% -
HSV(B) 200.73º 0.6% 0.36% -
XYZ 5.08 5.93 11 -
YUV 64.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 37 73 92 0.60 0.21 0 0.64 200.73 0.43 0.25
Hex 25 49 5C 3C 15 0 40 C9 2B 19
Octal 45 111 134 74 25 0 100 311 53 31
Binary 100101 1001001 1011100 111100 10101 0 1000000 11001001 101011 11001

Color Harmonies of #25495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25495C

Black with #25495C

Text Example


Text Example

White with #25495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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