Html Css Color HEX #23495A Astronaut Blue

📋 copy color: '#23495A'

red 35 ◦ green 73 ◦ blue 90

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

Shades of Astronaut Blue #23495A

Tints of Astronaut Blue #23495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 17.68%
G = 36.87%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23495A (or 0x23495A) is known color: Astronaut Blue. HEX triplet: 23, 49 and 5A. RGB value is (35,73,90). Sum of RGB (Red+Green+Blue) = 35+73+90=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #23495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495A is #DCB6A5. Grayscale: #3F3F3F. Windows color (decimal): -14464678 or 5916963. OLE color: 5916963.

HSL color Cylindrical-coordinate representation of color #23495A: hue angle of 198.55º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23495A is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 73 90 -
CMYK 0.61 0.19 0 0.65
HSL 198.55º 0.44% 0.25% -
HSV(B) 198.55º 0.61% 0.35% -
XYZ 4.92 5.86 10.54 -
YUV 63.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 35 73 90 0.61 0.19 0 0.65 198.55 0.44 0.25
Hex 23 49 5A 3D 13 0 41 C7 2C 19
Octal 43 111 132 75 23 0 101 307 54 31
Binary 100011 1001001 1011010 111101 10011 0 1000001 11000111 101100 11001

Color Harmonies of #23495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23495A

Black with #23495A

Text Example


Text Example

White with #23495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23495A; }

 p { color: rgb(35,73,90); }

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

background-color css

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

 a { background-color: rgb(35,73,90); }

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

border-color css

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

 span { border-color: rgb(35,73,90); }

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