Html Css Color HEX #23455A Astronaut Blue

📋 copy color: '#23455A'

red 35 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #23455A

Tints of Astronaut Blue #23455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

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

R = 18.04%
G = 35.57%
B = 46.39%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23455A (or 0x23455A) is known color: Astronaut Blue. HEX triplet: 23, 45 and 5A. RGB value is (35,69,90). Sum of RGB (Red+Green+Blue) = 35+69+90=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #23455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23455A is #DCBAA5. Grayscale: #3D3D3D. Windows color (decimal): -14465702 or 5915939. OLE color: 5915939.

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

Color convert

RGB 35 69 90 -
CMYK 0.61 0.23 0 0.65
HSL 202.91º 0.44% 0.25% -
HSV(B) 202.91º 0.61% 0.35% -
XYZ 4.67 5.35 10.46 -
YUV 61.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 35 69 90 0.61 0.23 0 0.65 202.91 0.44 0.25
Hex 23 45 5A 3D 17 0 41 CB 2C 19
Octal 43 105 132 75 27 0 101 313 54 31
Binary 100011 1000101 1011010 111101 10111 0 1000001 11001011 101100 11001

Color Harmonies of #23455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23455A

Black with #23455A

Text Example


Text Example

White with #23455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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