Html Css Color HEX #25465D Arapawa

📋 copy color: '#25465D'

red 37 ◦ green 70 ◦ blue 93

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

Shades of Arapawa #25465D

Tints of Arapawa #25465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

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

R = 18.5%
G = 35%
B = 46.5%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25465D (or 0x25465D) is known color: Arapawa. HEX triplet: 25, 46 and 5D. RGB value is (37,70,93). Sum of RGB (Red+Green+Blue) = 37+70+93=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #25465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465D is #DAB9A2. Grayscale: #3E3E3E. Windows color (decimal): -14334371 or 6112805. OLE color: 6112805.

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

Color convert

RGB 37 70 93 -
CMYK 0.60 0.25 0 0.64
HSL 204.64º 0.43% 0.25% -
HSV(B) 204.64º 0.6% 0.36% -
XYZ 4.93 5.56 11.17 -
YUV 62.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 37 70 93 0.60 0.25 0 0.64 204.64 0.43 0.25
Hex 25 46 5D 3C 19 0 40 CD 2B 19
Octal 45 106 135 74 31 0 100 315 53 31
Binary 100101 1000110 1011101 111100 11001 0 1000000 11001101 101011 11001

Color Harmonies of #25465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25465D

Black with #25465D

Text Example


Text Example

White with #25465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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