Html Css Color HEX #234659 Astronaut Blue

📋 copy color: '#234659'

red 35 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #234659

Tints of Astronaut Blue #234659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 18.04%
G = 36.08%
B = 45.88%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234659 (or 0x234659) is known color: Astronaut Blue. HEX triplet: 23, 46 and 59. RGB value is (35,70,89). Sum of RGB (Red+Green+Blue) = 35+70+89=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #234659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234659 is #DCB9A6. Grayscale: #3D3D3D. Windows color (decimal): -14465447 or 5850659. OLE color: 5850659.

HSL color Cylindrical-coordinate representation of color #234659: hue angle of 201.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #234659 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 70 89 -
CMYK 0.61 0.21 0 0.65
HSL 201.11º 0.44% 0.24% -
HSV(B) 201.11º 0.61% 0.35% -
XYZ 4.69 5.46 10.26 -
YUV 61.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 35 70 89 0.61 0.21 0 0.65 201.11 0.44 0.24
Hex 23 46 59 3D 15 0 41 C9 2C 18
Octal 43 106 131 75 25 0 101 311 54 30
Binary 100011 1000110 1011001 111101 10101 0 1000001 11001001 101100 11000

Color Harmonies of #234659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234659

Black with #234659

Text Example


Text Example

White with #234659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234659; }

 p { color: rgb(35,70,89); }

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

background-color css

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

 a { background-color: rgb(35,70,89); }

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

border-color css

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

 span { border-color: rgb(35,70,89); }

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