Html Css Color HEX #254354 Astronaut Blue

📋 copy color: '#254354'

red 37 ◦ green 67 ◦ blue 84

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

Shades of Astronaut Blue #254354

Tints of Astronaut Blue #254354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 19.68%
G = 35.64%
B = 44.68%

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

#254354 (or 0x254354) is known color: Astronaut Blue. HEX triplet: 25, 43 and 54. RGB value is (37,67,84). Sum of RGB (Red+Green+Blue) = 37+67+84=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #254354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254354 is #DABCAB. Grayscale: #3B3B3B. Windows color (decimal): -14335148 or 5522213. OLE color: 5522213.

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

Color convert

RGB 37 67 84 -
CMYK 0.56 0.20 0 0.67
HSL 201.7º 0.39% 0.24% -
HSV(B) 201.7º 0.56% 0.33% -
XYZ 4.37 5.05 9.13 -
YUV 59.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 37 67 84 0.56 0.20 0 0.67 201.7 0.39 0.24
Hex 25 43 54 38 14 0 43 CA 27 18
Octal 45 103 124 70 24 0 103 312 47 30
Binary 100101 1000011 1010100 111000 10100 0 1000011 11001010 100111 11000

Color Harmonies of #254354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254354

Black with #254354

Text Example


Text Example

White with #254354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254354; }

 p { color: rgb(37,67,84); }

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

background-color css

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

 a { background-color: rgb(37,67,84); }

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

border-color css

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

 span { border-color: rgb(37,67,84); }

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