Html Css Color HEX #234657 Astronaut Blue

📋 copy color: '#234657'

red 35 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #234657

Tints of Astronaut Blue #234657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 18.23%
G = 36.46%
B = 45.31%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234657 (or 0x234657) is known color: Astronaut Blue. HEX triplet: 23, 46 and 57. RGB value is (35,70,87). Sum of RGB (Red+Green+Blue) = 35+70+87=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #234657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234657 is #DCB9A8. Grayscale: #3D3D3D. Windows color (decimal): -14465449 or 5719587. OLE color: 5719587.

HSL color Cylindrical-coordinate representation of color #234657: hue angle of 199.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234657 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 70 87 -
CMYK 0.60 0.20 0 0.66
HSL 199.62º 0.43% 0.24% -
HSV(B) 199.62º 0.6% 0.34% -
XYZ 4.6 5.43 9.82 -
YUV 61.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 35 70 87 0.60 0.20 0 0.66 199.62 0.43 0.24
Hex 23 46 57 3C 14 0 42 C8 2B 18
Octal 43 106 127 74 24 0 102 310 53 30
Binary 100011 1000110 1010111 111100 10100 0 1000010 11001000 101011 11000

Color Harmonies of #234657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234657

Black with #234657

Text Example


Text Example

White with #234657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234657; }

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

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

background-color css

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

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

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

border-color css

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

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

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