Html Css Color HEX #25485C Arapawa

📋 copy color: '#25485C'

red 37 ◦ green 72 ◦ blue 92

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

Shades of Arapawa #25485C

Tints of Arapawa #25485C

RGB

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

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

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

R = 18.41%
G = 35.82%
B = 45.77%

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

#25485C (or 0x25485C) is known color: Arapawa. HEX triplet: 25, 48 and 5C. RGB value is (37,72,92). Sum of RGB (Red+Green+Blue) = 37+72+92=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #25485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25485C is #DAB7A3. Grayscale: #3F3F3F. Windows color (decimal): -14333860 or 6047781. OLE color: 6047781.

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

Color convert

RGB 37 72 92 -
CMYK 0.60 0.22 0 0.64
HSL 201.82º 0.43% 0.25% -
HSV(B) 201.82º 0.6% 0.36% -
XYZ 5.01 5.8 10.98 -
YUV 63.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 37 72 92 0.60 0.22 0 0.64 201.82 0.43 0.25
Hex 25 48 5C 3C 16 0 40 CA 2B 19
Octal 45 110 134 74 26 0 100 312 53 31
Binary 100101 1001000 1011100 111100 10110 0 1000000 11001010 101011 11001

Color Harmonies of #25485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25485C

Black with #25485C

Text Example


Text Example

White with #25485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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