Html Css Color HEX #25465B Astronaut Blue

📋 copy color: '#25465B'

red 37 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #25465B

Tints of Astronaut Blue #25465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 18.69%
G = 35.35%
B = 45.96%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25465B (or 0x25465B) is known color: Astronaut Blue. HEX triplet: 25, 46 and 5B. RGB value is (37,70,91). Sum of RGB (Red+Green+Blue) = 37+70+91=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #25465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465B is #DAB9A4. Grayscale: #3E3E3E. Windows color (decimal): -14334373 or 5981733. OLE color: 5981733.

HSL color Cylindrical-coordinate representation of color #25465B: hue angle of 203.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25465B is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 70 91 -
CMYK 0.59 0.23 0 0.64
HSL 203.33º 0.42% 0.25% -
HSV(B) 203.33º 0.59% 0.36% -
XYZ 4.84 5.53 10.71 -
YUV 62.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 37 70 91 0.59 0.23 0 0.64 203.33 0.42 0.25
Hex 25 46 5B 3B 17 0 40 CB 2A 19
Octal 45 106 133 73 27 0 100 313 52 31
Binary 100101 1000110 1011011 111011 10111 0 1000000 11001011 101010 11001

Color Harmonies of #25465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25465B

Black with #25465B

Text Example


Text Example

White with #25465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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