Html Css Color HEX #25475A Astronaut Blue

📋 copy color: '#25475A'

red 37 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #25475A

Tints of Astronaut Blue #25475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 18.69%
G = 35.86%
B = 45.45%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25475A (or 0x25475A) is known color: Astronaut Blue. HEX triplet: 25, 47 and 5A. RGB value is (37,71,90). Sum of RGB (Red+Green+Blue) = 37+71+90=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #25475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475A is #DAB8A5. Grayscale: #3E3E3E. Windows color (decimal): -14334118 or 5916453. OLE color: 5916453.

HSL color Cylindrical-coordinate representation of color #25475A: hue angle of 201.51º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25475A is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 71 90 -
CMYK 0.59 0.21 0 0.65
HSL 201.51º 0.42% 0.25% -
HSV(B) 201.51º 0.59% 0.35% -
XYZ 4.86 5.64 10.5 -
YUV 63 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 37 71 90 0.59 0.21 0 0.65 201.51 0.42 0.25
Hex 25 47 5A 3B 15 0 41 CA 2A 19
Octal 45 107 132 73 25 0 101 312 52 31
Binary 100101 1000111 1011010 111011 10101 0 1000001 11001010 101010 11001

Color Harmonies of #25475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25475A

Black with #25475A

Text Example


Text Example

White with #25475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25475A; }

 p { color: rgb(37,71,90); }

 H1.HeaderClassName
 {
   color: #25475A;
 }
 .AnyTagClassName
 {
   color: #25475A;
 }
</style>

background-color css

<style>
 a { background-color: #25475A; }

 a { background-color: rgb(37,71,90); }

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

border-color css

<style>
 span { border-color: #25475A; }

 span { border-color: rgb(37,71,90); }

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