Html Css Color HEX #234658 Astronaut Blue

📋 copy color: '#234658'

red 35 ◦ green 70 ◦ blue 88

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

Shades of Astronaut Blue #234658

Tints of Astronaut Blue #234658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 18.13%
G = 36.27%
B = 45.6%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234658 (or 0x234658) is known color: Astronaut Blue. HEX triplet: 23, 46 and 58. RGB value is (35,70,88). Sum of RGB (Red+Green+Blue) = 35+70+88=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #234658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234658 is #DCB9A7. Grayscale: #3D3D3D. Windows color (decimal): -14465448 or 5785123. OLE color: 5785123.

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

Color convert

RGB 35 70 88 -
CMYK 0.60 0.20 0 0.65
HSL 200.38º 0.43% 0.24% -
HSV(B) 200.38º 0.6% 0.35% -
XYZ 4.64 5.44 10.04 -
YUV 61.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 35 70 88 0.60 0.20 0 0.65 200.38 0.43 0.24
Hex 23 46 58 3C 14 0 41 C8 2B 18
Octal 43 106 130 74 24 0 101 310 53 30
Binary 100011 1000110 1011000 111100 10100 0 1000001 11001000 101011 11000

Color Harmonies of #234658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234658

Black with #234658

Text Example


Text Example

White with #234658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234658; }

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

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

background-color css

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

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

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

border-color css

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

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

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