Html Css Color HEX #254255 Astronaut Blue

📋 copy color: '#254255'

red 37 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #254255

Tints of Astronaut Blue #254255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 19.68%
G = 35.11%
B = 45.21%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254255 (or 0x254255) is known color: Astronaut Blue. HEX triplet: 25, 42 and 55. RGB value is (37,66,85). Sum of RGB (Red+Green+Blue) = 37+66+85=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #254255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254255 is #DABDAA. Grayscale: #3B3B3B. Windows color (decimal): -14335403 or 5587493. OLE color: 5587493.

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

Color convert

RGB 37 66 85 -
CMYK 0.56 0.22 0 0.67
HSL 203.75º 0.39% 0.24% -
HSV(B) 203.75º 0.56% 0.33% -
XYZ 4.35 4.95 9.32 -
YUV 59.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 37 66 85 0.56 0.22 0 0.67 203.75 0.39 0.24
Hex 25 42 55 38 16 0 43 CC 27 18
Octal 45 102 125 70 26 0 103 314 47 30
Binary 100101 1000010 1010101 111000 10110 0 1000011 11001100 100111 11000

Color Harmonies of #254255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254255

Black with #254255

Text Example


Text Example

White with #254255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254255; }

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

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

background-color css

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

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

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

border-color css

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

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

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