Html Css Color HEX #234254 Astronaut Blue

📋 copy color: '#234254'

red 35 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #234254

Tints of Astronaut Blue #234254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 18.92%
G = 35.68%
B = 45.41%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234254 (or 0x234254) is known color: Astronaut Blue. HEX triplet: 23, 42 and 54. RGB value is (35,66,84). Sum of RGB (Red+Green+Blue) = 35+66+84=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #234254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234254 is #DCBDAB. Grayscale: #3A3A3A. Windows color (decimal): -14466476 or 5521955. OLE color: 5521955.

HSL color Cylindrical-coordinate representation of color #234254: hue angle of 202.04º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234254 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 66 84 -
CMYK 0.58 0.21 0 0.67
HSL 202.04º 0.41% 0.23% -
HSV(B) 202.04º 0.58% 0.33% -
XYZ 4.24 4.89 9.11 -
YUV 58.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 35 66 84 0.58 0.21 0 0.67 202.04 0.41 0.23
Hex 23 42 54 3A 15 0 43 CA 29 17
Octal 43 102 124 72 25 0 103 312 51 27
Binary 100011 1000010 1010100 111010 10101 0 1000011 11001010 101001 10111

Color Harmonies of #234254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234254

Black with #234254

Text Example


Text Example

White with #234254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234254; }

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

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

background-color css

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

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

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

border-color css

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

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

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