Html Css Color HEX #25465E Arapawa

📋 copy color: '#25465E'

red 37 ◦ green 70 ◦ blue 94

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

Shades of Arapawa #25465E

Tints of Arapawa #25465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 18.41%
G = 34.83%
B = 46.77%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25465E (or 0x25465E) is known color: Arapawa. HEX triplet: 25, 46 and 5E. RGB value is (37,70,94). Sum of RGB (Red+Green+Blue) = 37+70+94=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #25465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465E is #DAB9A1. Grayscale: #3E3E3E. Windows color (decimal): -14334370 or 6178341. OLE color: 6178341.

HSL color Cylindrical-coordinate representation of color #25465E: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25465E is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 70 94 -
CMYK 0.61 0.26 0 0.63
HSL 205.26º 0.44% 0.26% -
HSV(B) 205.26º 0.61% 0.37% -
XYZ 4.97 5.58 11.4 -
YUV 62.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 37 70 94 0.61 0.26 0 0.63 205.26 0.44 0.26
Hex 25 46 5E 3D 1A 0 3F CD 2C 1A
Octal 45 106 136 75 32 0 77 315 54 32
Binary 100101 1000110 1011110 111101 11010 0 111111 11001101 101100 11010

Color Harmonies of #25465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25465E

Black with #25465E

Text Example


Text Example

White with #25465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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