Html Css Color HEX #254458 Astronaut Blue

📋 copy color: '#254458'

red 37 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #254458

Tints of Astronaut Blue #254458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 19.17%
G = 35.23%
B = 45.6%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254458 (or 0x254458) is known color: Astronaut Blue. HEX triplet: 25, 44 and 58. RGB value is (37,68,88). Sum of RGB (Red+Green+Blue) = 37+68+88=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #254458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254458 is #DABBA7. Grayscale: #3C3C3C. Windows color (decimal): -14334888 or 5784613. OLE color: 5784613.

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

Color convert

RGB 37 68 88 -
CMYK 0.58 0.23 0 0.65
HSL 203.53º 0.41% 0.25% -
HSV(B) 203.53º 0.58% 0.35% -
XYZ 4.59 5.23 10 -
YUV 61.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 37 68 88 0.58 0.23 0 0.65 203.53 0.41 0.25
Hex 25 44 58 3A 17 0 41 CC 29 19
Octal 45 104 130 72 27 0 101 314 51 31
Binary 100101 1000100 1011000 111010 10111 0 1000001 11001100 101001 11001

Color Harmonies of #254458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254458

Black with #254458

Text Example


Text Example

White with #254458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254458; }

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

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

background-color css

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

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

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

border-color css

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

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

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