Html Css Color HEX #234557 Astronaut Blue

📋 copy color: '#234557'

red 35 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #234557

Tints of Astronaut Blue #234557

RGB

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

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

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

R = 18.32%
G = 36.13%
B = 45.55%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234557 (or 0x234557) is known color: Astronaut Blue. HEX triplet: 23, 45 and 57. RGB value is (35,69,87). Sum of RGB (Red+Green+Blue) = 35+69+87=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #234557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234557 is #DCBAA8. Grayscale: #3C3C3C. Windows color (decimal): -14465705 or 5719331. OLE color: 5719331.

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

Color convert

RGB 35 69 87 -
CMYK 0.60 0.21 0 0.66
HSL 200.77º 0.43% 0.24% -
HSV(B) 200.77º 0.6% 0.34% -
XYZ 4.54 5.3 9.8 -
YUV 60.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 35 69 87 0.60 0.21 0 0.66 200.77 0.43 0.24
Hex 23 45 57 3C 15 0 42 C9 2B 18
Octal 43 105 127 74 25 0 102 311 53 30
Binary 100011 1000101 1010111 111100 10101 0 1000010 11001001 101011 11000

Color Harmonies of #234557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234557

Black with #234557

Text Example


Text Example

White with #234557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234557; }

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

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

background-color css

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

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

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

border-color css

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

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

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