Html Css Color HEX #254456 Astronaut Blue

📋 copy color: '#254456'

red 37 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #254456

Tints of Astronaut Blue #254456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 19.37%
G = 35.6%
B = 45.03%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#254456 (or 0x254456) is known color: Astronaut Blue. HEX triplet: 25, 44 and 56. RGB value is (37,68,86). Sum of RGB (Red+Green+Blue) = 37+68+86=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #254456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254456 is #DABBA9. Grayscale: #3C3C3C. Windows color (decimal): -14334890 or 5653541. OLE color: 5653541.

HSL color Cylindrical-coordinate representation of color #254456: hue angle of 202.04º 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 #254456 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 68 86 -
CMYK 0.57 0.21 0 0.66
HSL 202.04º 0.4% 0.24% -
HSV(B) 202.04º 0.57% 0.34% -
XYZ 4.51 5.2 9.57 -
YUV 60.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 37 68 86 0.57 0.21 0 0.66 202.04 0.4 0.24
Hex 25 44 56 39 15 0 42 CA 28 18
Octal 45 104 126 71 25 0 102 312 50 30
Binary 100101 1000100 1010110 111001 10101 0 1000010 11001010 101000 11000

Color Harmonies of #254456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254456

Black with #254456

Text Example


Text Example

White with #254456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254456; }

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

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

background-color css

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

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

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

border-color css

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

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

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