Html Css Color HEX #254758 Astronaut Blue

📋 copy color: '#254758'

red 37 ◦ green 71 ◦ blue 88

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

Shades of Astronaut Blue #254758

Tints of Astronaut Blue #254758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 18.88%
G = 36.22%
B = 44.9%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254758 (or 0x254758) is known color: Astronaut Blue. HEX triplet: 25, 47 and 58. RGB value is (37,71,88). Sum of RGB (Red+Green+Blue) = 37+71+88=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #254758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254758 is #DAB8A7. Grayscale: #3E3E3E. Windows color (decimal): -14334120 or 5785381. OLE color: 5785381.

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

Color convert

RGB 37 71 88 -
CMYK 0.58 0.19 0 0.65
HSL 200º 0.41% 0.25% -
HSV(B) 200º 0.58% 0.35% -
XYZ 4.78 5.6 10.06 -
YUV 62.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 37 71 88 0.58 0.19 0 0.65 200 0.41 0.25
Hex 25 47 58 3A 13 0 41 C8 29 19
Octal 45 107 130 72 23 0 101 310 51 31
Binary 100101 1000111 1011000 111010 10011 0 1000001 11001000 101001 11001

Color Harmonies of #254758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254758

Black with #254758

Text Example


Text Example

White with #254758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254758; }

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

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

background-color css

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

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

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

border-color css

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

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

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