Html Css Color HEX #23485A Astronaut Blue

📋 copy color: '#23485A'

red 35 ◦ green 72 ◦ blue 90

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

Shades of Astronaut Blue #23485A

Tints of Astronaut Blue #23485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 17.77%
G = 36.55%
B = 45.69%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23485A (or 0x23485A) is known color: Astronaut Blue. HEX triplet: 23, 48 and 5A. RGB value is (35,72,90). Sum of RGB (Red+Green+Blue) = 35+72+90=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #23485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23485A is #DCB7A5. Grayscale: #3E3E3E. Windows color (decimal): -14464934 or 5916707. OLE color: 5916707.

HSL color Cylindrical-coordinate representation of color #23485A: hue angle of 199.64º 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 #23485A is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 72 90 -
CMYK 0.61 0.20 0 0.65
HSL 199.64º 0.44% 0.25% -
HSV(B) 199.64º 0.61% 0.35% -
XYZ 4.86 5.73 10.52 -
YUV 62.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 35 72 90 0.61 0.20 0 0.65 199.64 0.44 0.25
Hex 23 48 5A 3D 14 0 41 C8 2C 19
Octal 43 110 132 75 24 0 101 310 54 31
Binary 100011 1001000 1011010 111101 10100 0 1000001 11001000 101100 11001

Color Harmonies of #23485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23485A

Black with #23485A

Text Example


Text Example

White with #23485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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