Html Css Color HEX #264659 Astronaut Blue

📋 copy color: '#264659'

red 38 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #264659

Tints of Astronaut Blue #264659

RGB

 RED value IS 38 (15.23% from 255) = 19.29%

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

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 19.29%
G = 35.53%
B = 45.18%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#264659 (or 0x264659) is known color: Astronaut Blue. HEX triplet: 26, 46 and 59. RGB value is (38,70,89). Sum of RGB (Red+Green+Blue) = 38+70+89=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #264659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264659 is #D9B9A6. Grayscale: #3E3E3E. Windows color (decimal): -14268839 or 5850662. OLE color: 5850662.

HSL color Cylindrical-coordinate representation of color #264659: hue angle of 202.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264659 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 70 89 -
CMYK 0.57 0.21 0 0.65
HSL 202.35º 0.4% 0.25% -
HSV(B) 202.35º 0.57% 0.35% -
XYZ 4.79 5.51 10.26 -
YUV 62.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 38 70 89 0.57 0.21 0 0.65 202.35 0.4 0.25
Hex 26 46 59 39 15 0 41 CA 28 19
Octal 46 106 131 71 25 0 101 312 50 31
Binary 100110 1000110 1011001 111001 10101 0 1000001 11001010 101000 11001

Color Harmonies of #264659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264659

Black with #264659

Text Example


Text Example

White with #264659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264659; }

 p { color: rgb(38,70,89); }

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

background-color css

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

 a { background-color: rgb(38,70,89); }

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

border-color css

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

 span { border-color: rgb(38,70,89); }

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