Html Css Color HEX #254459 Astronaut Blue

📋 copy color: '#254459'

red 37 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #254459

Tints of Astronaut Blue #254459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 19.07%
G = 35.05%
B = 45.88%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254459 (or 0x254459) is known color: Astronaut Blue. HEX triplet: 25, 44 and 59. RGB value is (37,68,89). Sum of RGB (Red+Green+Blue) = 37+68+89=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #254459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254459 is #DABBA6. Grayscale: #3D3D3D. Windows color (decimal): -14334887 or 5850149. OLE color: 5850149.

HSL color Cylindrical-coordinate representation of color #254459: hue angle of 204.23º 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 #254459 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 68 89 -
CMYK 0.58 0.24 0 0.65
HSL 204.23º 0.41% 0.25% -
HSV(B) 204.23º 0.58% 0.35% -
XYZ 4.63 5.25 10.22 -
YUV 61.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 37 68 89 0.58 0.24 0 0.65 204.23 0.41 0.25
Hex 25 44 59 3A 18 0 41 CC 29 19
Octal 45 104 131 72 30 0 101 314 51 31
Binary 100101 1000100 1011001 111010 11000 0 1000001 11001100 101001 11001

Color Harmonies of #254459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254459

Black with #254459

Text Example


Text Example

White with #254459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254459; }

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

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

background-color css

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

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

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

border-color css

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

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

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