Html Css Color HEX #254659 Astronaut Blue

📋 copy color: '#254659'

red 37 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #254659

Tints of Astronaut Blue #254659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 18.88%
G = 35.71%
B = 45.41%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254659 (or 0x254659) is known color: Astronaut Blue. HEX triplet: 25, 46 and 59. RGB value is (37,70,89). Sum of RGB (Red+Green+Blue) = 37+70+89=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #254659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254659 is #DAB9A6. Grayscale: #3E3E3E. Windows color (decimal): -14334375 or 5850661. OLE color: 5850661.

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

Color convert

RGB 37 70 89 -
CMYK 0.58 0.21 0 0.65
HSL 201.92º 0.41% 0.25% -
HSV(B) 201.92º 0.58% 0.35% -
XYZ 4.76 5.49 10.26 -
YUV 62.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 37 70 89 0.58 0.21 0 0.65 201.92 0.41 0.25
Hex 25 46 59 3A 15 0 41 CA 29 19
Octal 45 106 131 72 25 0 101 312 51 31
Binary 100101 1000110 1011001 111010 10101 0 1000001 11001010 101001 11001

Color Harmonies of #254659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254659

Black with #254659

Text Example


Text Example

White with #254659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254659; }

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

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

background-color css

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

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

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

border-color css

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

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

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