Html Css Color HEX #254356 Astronaut Blue

📋 copy color: '#254356'

red 37 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #254356

Tints of Astronaut Blue #254356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 19.47%
G = 35.26%
B = 45.26%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#254356 (or 0x254356) is known color: Astronaut Blue. HEX triplet: 25, 43 and 56. RGB value is (37,67,86). Sum of RGB (Red+Green+Blue) = 37+67+86=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #254356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254356 is #DABCA9. Grayscale: #3C3C3C. Windows color (decimal): -14335146 or 5653285. OLE color: 5653285.

HSL color Cylindrical-coordinate representation of color #254356: hue angle of 203.27º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254356 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 67 86 -
CMYK 0.57 0.22 0 0.66
HSL 203.27º 0.4% 0.24% -
HSV(B) 203.27º 0.57% 0.34% -
XYZ 4.45 5.08 9.55 -
YUV 60.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 37 67 86 0.57 0.22 0 0.66 203.27 0.4 0.24
Hex 25 43 56 39 16 0 42 CB 28 18
Octal 45 103 126 71 26 0 102 313 50 30
Binary 100101 1000011 1010110 111001 10110 0 1000010 11001011 101000 11000

Color Harmonies of #254356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254356

Black with #254356

Text Example


Text Example

White with #254356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254356; }

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

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

background-color css

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

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

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

border-color css

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

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

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