Html Css Color HEX #234560 Astronaut Blue

📋 copy color: '#234560'

red 35 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #234560

Tints of Astronaut Blue #234560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 17.5%
G = 34.5%
B = 48%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#234560 (or 0x234560) is known color: Astronaut Blue. HEX triplet: 23, 45 and 60. RGB value is (35,69,96). Sum of RGB (Red+Green+Blue) = 35+69+96=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #234560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234560 is #DCBA9F. Grayscale: #3D3D3D. Windows color (decimal): -14465696 or 6309155. OLE color: 6309155.

HSL color Cylindrical-coordinate representation of color #234560: hue angle of 206.56º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234560 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 69 96 -
CMYK 0.64 0.28 0 0.62
HSL 206.56º 0.47% 0.26% -
HSV(B) 206.56º 0.64% 0.38% -
XYZ 4.93 5.46 11.86 -
YUV 61.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 35 69 96 0.64 0.28 0 0.62 206.56 0.47 0.26
Hex 23 45 60 40 1C 0 3E CF 2F 1A
Octal 43 105 140 100 34 0 76 317 57 32
Binary 100011 1000101 1100000 1000000 11100 0 111110 11001111 101111 11010

Color Harmonies of #234560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234560

Black with #234560

Text Example


Text Example

White with #234560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234560; }

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

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

background-color css

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

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

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

border-color css

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

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

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