Html Css Color HEX #234256 Astronaut Blue

📋 copy color: '#234256'

red 35 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #234256

Tints of Astronaut Blue #234256

RGB

 RED value IS 35 (14.06% from 255) = 18.72%

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

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

R = 18.72%
G = 35.29%
B = 45.99%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234256 (or 0x234256) is known color: Astronaut Blue. HEX triplet: 23, 42 and 56. RGB value is (35,66,86). Sum of RGB (Red+Green+Blue) = 35+66+86=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #234256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234256 is #DCBDA9. Grayscale: #3A3A3A. Windows color (decimal): -14466474 or 5653027. OLE color: 5653027.

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

Color convert

RGB 35 66 86 -
CMYK 0.59 0.23 0 0.66
HSL 203.53º 0.42% 0.24% -
HSV(B) 203.53º 0.59% 0.34% -
XYZ 4.32 4.93 9.53 -
YUV 59.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 35 66 86 0.59 0.23 0 0.66 203.53 0.42 0.24
Hex 23 42 56 3B 17 0 42 CC 2A 18
Octal 43 102 126 73 27 0 102 314 52 30
Binary 100011 1000010 1010110 111011 10111 0 1000010 11001100 101010 11000

Color Harmonies of #234256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234256

Black with #234256

Text Example


Text Example

White with #234256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234256; }

 p { color: rgb(35,66,86); }

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

background-color css

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

 a { background-color: rgb(35,66,86); }

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

border-color css

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

 span { border-color: rgb(35,66,86); }

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