Html Css Color HEX #234255 Astronaut Blue

📋 copy color: '#234255'

red 35 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #234255

Tints of Astronaut Blue #234255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 18.82%
G = 35.48%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234255 (or 0x234255) is known color: Astronaut Blue. HEX triplet: 23, 42 and 55. RGB value is (35,66,85). Sum of RGB (Red+Green+Blue) = 35+66+85=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #234255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234255 is #DCBDAA. Grayscale: #3A3A3A. Windows color (decimal): -14466475 or 5587491. OLE color: 5587491.

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

Color convert

RGB 35 66 85 -
CMYK 0.59 0.22 0 0.67
HSL 202.8º 0.42% 0.24% -
HSV(B) 202.8º 0.59% 0.33% -
XYZ 4.28 4.91 9.32 -
YUV 58.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 35 66 85 0.59 0.22 0 0.67 202.8 0.42 0.24
Hex 23 42 55 3B 16 0 43 CB 2A 18
Octal 43 102 125 73 26 0 103 313 52 30
Binary 100011 1000010 1010101 111011 10110 0 1000011 11001011 101010 11000

Color Harmonies of #234255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234255

Black with #234255

Text Example


Text Example

White with #234255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234255; }

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

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

background-color css

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

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

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

border-color css

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

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

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