Html Css Color HEX #25465A Astronaut Blue

📋 copy color: '#25465A'

red 37 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #25465A

Tints of Astronaut Blue #25465A

RGB

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

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

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

R = 18.78%
G = 35.53%
B = 45.69%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25465A (or 0x25465A) is known color: Astronaut Blue. HEX triplet: 25, 46 and 5A. RGB value is (37,70,90). Sum of RGB (Red+Green+Blue) = 37+70+90=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #25465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465A is #DAB9A5. Grayscale: #3E3E3E. Windows color (decimal): -14334374 or 5916197. OLE color: 5916197.

HSL color Cylindrical-coordinate representation of color #25465A: hue angle of 202.64º 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 #25465A is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 70 90 -
CMYK 0.59 0.22 0 0.65
HSL 202.64º 0.42% 0.25% -
HSV(B) 202.64º 0.59% 0.35% -
XYZ 4.8 5.51 10.48 -
YUV 62.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 37 70 90 0.59 0.22 0 0.65 202.64 0.42 0.25
Hex 25 46 5A 3B 16 0 41 CB 2A 19
Octal 45 106 132 73 26 0 101 313 52 31
Binary 100101 1000110 1011010 111011 10110 0 1000001 11001011 101010 11001

Color Harmonies of #25465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25465A

Black with #25465A

Text Example


Text Example

White with #25465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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