Html Css Color HEX #254558 Astronaut Blue

📋 copy color: '#254558'

red 37 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #254558

Tints of Astronaut Blue #254558

RGB

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

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

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

R = 19.07%
G = 35.57%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254558 (or 0x254558) is known color: Astronaut Blue. HEX triplet: 25, 45 and 58. RGB value is (37,69,88). Sum of RGB (Red+Green+Blue) = 37+69+88=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #254558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254558 is #DABAA7. Grayscale: #3D3D3D. Windows color (decimal): -14334632 or 5784869. OLE color: 5784869.

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

Color convert

RGB 37 69 88 -
CMYK 0.58 0.22 0 0.65
HSL 202.35º 0.41% 0.25% -
HSV(B) 202.35º 0.58% 0.35% -
XYZ 4.65 5.35 10.02 -
YUV 61.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 37 69 88 0.58 0.22 0 0.65 202.35 0.41 0.25
Hex 25 45 58 3A 16 0 41 CA 29 19
Octal 45 105 130 72 26 0 101 312 51 31
Binary 100101 1000101 1011000 111010 10110 0 1000001 11001010 101001 11001

Color Harmonies of #254558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254558

Black with #254558

Text Example


Text Example

White with #254558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254558; }

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

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

background-color css

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

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

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

border-color css

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

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

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