Html Css Color HEX #254455 Astronaut Blue

📋 copy color: '#254455'

red 37 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #254455

Tints of Astronaut Blue #254455

RGB

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

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

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

R = 19.47%
G = 35.79%
B = 44.74%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254455 (or 0x254455) is known color: Astronaut Blue. HEX triplet: 25, 44 and 55. RGB value is (37,68,85). Sum of RGB (Red+Green+Blue) = 37+68+85=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #254455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254455 is #DABBAA. Grayscale: #3C3C3C. Windows color (decimal): -14334891 or 5588005. OLE color: 5588005.

HSL color Cylindrical-coordinate representation of color #254455: hue angle of 201.25º 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 #254455 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 68 85 -
CMYK 0.56 0.20 0 0.67
HSL 201.25º 0.39% 0.24% -
HSV(B) 201.25º 0.56% 0.33% -
XYZ 4.47 5.18 9.36 -
YUV 60.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 37 68 85 0.56 0.20 0 0.67 201.25 0.39 0.24
Hex 25 44 55 38 14 0 43 C9 27 18
Octal 45 104 125 70 24 0 103 311 47 30
Binary 100101 1000100 1010101 111000 10100 0 1000011 11001001 100111 11000

Color Harmonies of #254455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254455

Black with #254455

Text Example


Text Example

White with #254455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254455; }

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

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

background-color css

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

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

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

border-color css

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

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

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