Html Css Color HEX #23465B Astronaut Blue

📋 copy color: '#23465B'

red 35 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #23465B

Tints of Astronaut Blue #23465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 17.86%
G = 35.71%
B = 46.43%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23465B (or 0x23465B) is known color: Astronaut Blue. HEX triplet: 23, 46 and 5B. RGB value is (35,70,91). Sum of RGB (Red+Green+Blue) = 35+70+91=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #23465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23465B is #DCB9A4. Grayscale: #3D3D3D. Windows color (decimal): -14465445 or 5981731. OLE color: 5981731.

HSL color Cylindrical-coordinate representation of color #23465B: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23465B is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 70 91 -
CMYK 0.62 0.23 0 0.64
HSL 202.5º 0.44% 0.25% -
HSV(B) 202.5º 0.62% 0.36% -
XYZ 4.77 5.49 10.71 -
YUV 61.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 35 70 91 0.62 0.23 0 0.64 202.5 0.44 0.25
Hex 23 46 5B 3E 17 0 40 CA 2C 19
Octal 43 106 133 76 27 0 100 312 54 31
Binary 100011 1000110 1011011 111110 10111 0 1000000 11001010 101100 11001

Color Harmonies of #23465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23465B

Black with #23465B

Text Example


Text Example

White with #23465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23465B; }

 p { color: rgb(35,70,91); }

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

background-color css

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

 a { background-color: rgb(35,70,91); }

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

border-color css

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

 span { border-color: rgb(35,70,91); }

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