Html Css Color HEX #254457 Astronaut Blue

📋 copy color: '#254457'

red 37 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #254457

Tints of Astronaut Blue #254457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 19.27%
G = 35.42%
B = 45.31%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#254457 (or 0x254457) is known color: Astronaut Blue. HEX triplet: 25, 44 and 57. RGB value is (37,68,87). Sum of RGB (Red+Green+Blue) = 37+68+87=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #254457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254457 is #DABBA8. Grayscale: #3C3C3C. Windows color (decimal): -14334889 or 5719077. OLE color: 5719077.

HSL color Cylindrical-coordinate representation of color #254457: hue angle of 202.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254457 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 68 87 -
CMYK 0.57 0.22 0 0.66
HSL 202.8º 0.4% 0.24% -
HSV(B) 202.8º 0.57% 0.34% -
XYZ 4.55 5.22 9.78 -
YUV 60.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 37 68 87 0.57 0.22 0 0.66 202.8 0.4 0.24
Hex 25 44 57 39 16 0 42 CB 28 18
Octal 45 104 127 71 26 0 102 313 50 30
Binary 100101 1000100 1010111 111001 10110 0 1000010 11001011 101000 11000

Color Harmonies of #254457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254457

Black with #254457

Text Example


Text Example

White with #254457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254457; }

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

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

background-color css

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

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

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

border-color css

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

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

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