Html Css Color HEX #234558 Astronaut Blue

📋 copy color: '#234558'

red 35 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #234558

Tints of Astronaut Blue #234558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 18.23%
G = 35.94%
B = 45.83%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234558 (or 0x234558) is known color: Astronaut Blue. HEX triplet: 23, 45 and 58. RGB value is (35,69,88). Sum of RGB (Red+Green+Blue) = 35+69+88=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #234558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234558 is #DCBAA7. Grayscale: #3C3C3C. Windows color (decimal): -14465704 or 5784867. OLE color: 5784867.

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

Color convert

RGB 35 69 88 -
CMYK 0.60 0.22 0 0.65
HSL 201.51º 0.43% 0.24% -
HSV(B) 201.51º 0.6% 0.35% -
XYZ 4.58 5.32 10.02 -
YUV 61 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 35 69 88 0.60 0.22 0 0.65 201.51 0.43 0.24
Hex 23 45 58 3C 16 0 41 CA 2B 18
Octal 43 105 130 74 26 0 101 312 53 30
Binary 100011 1000101 1011000 111100 10110 0 1000001 11001010 101011 11000

Color Harmonies of #234558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234558

Black with #234558

Text Example


Text Example

White with #234558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234558; }

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

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

background-color css

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

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

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

border-color css

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

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

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