Html Css Color HEX #234555 Astronaut Blue

📋 copy color: '#234555'

red 35 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #234555

Tints of Astronaut Blue #234555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 18.52%
G = 36.51%
B = 44.97%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234555 (or 0x234555) is known color: Astronaut Blue. HEX triplet: 23, 45 and 55. RGB value is (35,69,85). Sum of RGB (Red+Green+Blue) = 35+69+85=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #234555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234555 is #DCBAAA. Grayscale: #3C3C3C. Windows color (decimal): -14465707 or 5588259. OLE color: 5588259.

HSL color Cylindrical-coordinate representation of color #234555: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234555 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 69 85 -
CMYK 0.59 0.19 0 0.67
HSL 199.2º 0.42% 0.24% -
HSV(B) 199.2º 0.59% 0.33% -
XYZ 4.46 5.27 9.38 -
YUV 60.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 35 69 85 0.59 0.19 0 0.67 199.2 0.42 0.24
Hex 23 45 55 3B 13 0 43 C7 2A 18
Octal 43 105 125 73 23 0 103 307 52 30
Binary 100011 1000101 1010101 111011 10011 0 1000011 11000111 101010 11000

Color Harmonies of #234555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234555

Black with #234555

Text Example


Text Example

White with #234555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234555; }

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

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

background-color css

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

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

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

border-color css

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

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

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