Html Css Color HEX #254555 Astronaut Blue

📋 copy color: '#254555'

red 37 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #254555

Tints of Astronaut Blue #254555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 19.37%
G = 36.13%
B = 44.5%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254555 (or 0x254555) is known color: Astronaut Blue. HEX triplet: 25, 45 and 55. RGB value is (37,69,85). Sum of RGB (Red+Green+Blue) = 37+69+85=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #254555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254555 is #DABAAA. Grayscale: #3D3D3D. Windows color (decimal): -14334635 or 5588261. OLE color: 5588261.

HSL color Cylindrical-coordinate representation of color #254555: hue angle of 200º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254555 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 69 85 -
CMYK 0.56 0.19 0 0.67
HSL 200º 0.39% 0.24% -
HSV(B) 200º 0.56% 0.33% -
XYZ 4.53 5.31 9.38 -
YUV 61.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 37 69 85 0.56 0.19 0 0.67 200 0.39 0.24
Hex 25 45 55 38 13 0 43 C8 27 18
Octal 45 105 125 70 23 0 103 310 47 30
Binary 100101 1000101 1010101 111000 10011 0 1000011 11001000 100111 11000

Color Harmonies of #254555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254555

Black with #254555

Text Example


Text Example

White with #254555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254555; }

 p { color: rgb(37,69,85); }

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

background-color css

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

 a { background-color: rgb(37,69,85); }

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

border-color css

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

 span { border-color: rgb(37,69,85); }

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