Html Css Color HEX #234358 Astronaut Blue

📋 copy color: '#234358'

red 35 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #234358

Tints of Astronaut Blue #234358

RGB

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

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

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

R = 18.42%
G = 35.26%
B = 46.32%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234358 (or 0x234358) is known color: Astronaut Blue. HEX triplet: 23, 43 and 58. RGB value is (35,67,88). Sum of RGB (Red+Green+Blue) = 35+67+88=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #234358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234358 is #DCBCA7. Grayscale: #3B3B3B. Windows color (decimal): -14466216 or 5784355. OLE color: 5784355.

HSL color Cylindrical-coordinate representation of color #234358: hue angle of 203.77º 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 #234358 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 67 88 -
CMYK 0.60 0.24 0 0.65
HSL 203.77º 0.43% 0.24% -
HSV(B) 203.77º 0.6% 0.35% -
XYZ 4.46 5.08 9.98 -
YUV 59.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 35 67 88 0.60 0.24 0 0.65 203.77 0.43 0.24
Hex 23 43 58 3C 18 0 41 CC 2B 18
Octal 43 103 130 74 30 0 101 314 53 30
Binary 100011 1000011 1011000 111100 11000 0 1000001 11001100 101011 11000

Color Harmonies of #234358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234358

Black with #234358

Text Example


Text Example

White with #234358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234358; }

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

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

background-color css

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

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

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

border-color css

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

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

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