Html Css Color HEX #23445C Astronaut Blue

📋 copy color: '#23445C'

red 35 ◦ green 68 ◦ blue 92

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

Shades of Astronaut Blue #23445C

Tints of Astronaut Blue #23445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 92 (36.33% from 255) = 47.18%

R = 17.95%
G = 34.87%
B = 47.18%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23445C (or 0x23445C) is known color: Astronaut Blue. HEX triplet: 23, 44 and 5C. RGB value is (35,68,92). Sum of RGB (Red+Green+Blue) = 35+68+92=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #23445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23445C is #DCBBA3. Grayscale: #3C3C3C. Windows color (decimal): -14465956 or 6046755. OLE color: 6046755.

HSL color Cylindrical-coordinate representation of color #23445C: hue angle of 205.26º degrees, saturation: 0.45, 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 #23445C is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 68 92 -
CMYK 0.62 0.26 0 0.64
HSL 205.26º 0.45% 0.25% -
HSV(B) 205.26º 0.62% 0.36% -
XYZ 4.69 5.26 10.89 -
YUV 60.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 35 68 92 0.62 0.26 0 0.64 205.26 0.45 0.25
Hex 23 44 5C 3E 1A 0 40 CD 2D 19
Octal 43 104 134 76 32 0 100 315 55 31
Binary 100011 1000100 1011100 111110 11010 0 1000000 11001101 101101 11001

Color Harmonies of #23445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23445C

Black with #23445C

Text Example


Text Example

White with #23445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23445C; }

 p { color: rgb(35,68,92); }

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

background-color css

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

 a { background-color: rgb(35,68,92); }

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

border-color css

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

 span { border-color: rgb(35,68,92); }

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