Html Css Color HEX #264459 Astronaut Blue

📋 copy color: '#264459'

red 38 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #264459

Tints of Astronaut Blue #264459

RGB

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

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

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

R = 19.49%
G = 34.87%
B = 45.64%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#264459 (or 0x264459) is known color: Astronaut Blue. HEX triplet: 26, 44 and 59. RGB value is (38,68,89). Sum of RGB (Red+Green+Blue) = 38+68+89=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #264459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264459 is #D9BBA6. Grayscale: #3D3D3D. Windows color (decimal): -14269351 or 5850150. OLE color: 5850150.

HSL color Cylindrical-coordinate representation of color #264459: hue angle of 204.71º 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 #264459 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 68 89 -
CMYK 0.57 0.24 0 0.65
HSL 204.71º 0.4% 0.25% -
HSV(B) 204.71º 0.57% 0.35% -
XYZ 4.67 5.27 10.22 -
YUV 61.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 38 68 89 0.57 0.24 0 0.65 204.71 0.4 0.25
Hex 26 44 59 39 18 0 41 CD 28 19
Octal 46 104 131 71 30 0 101 315 50 31
Binary 100110 1000100 1011001 111001 11000 0 1000001 11001101 101000 11001

Color Harmonies of #264459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264459

Black with #264459

Text Example


Text Example

White with #264459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264459; }

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

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

background-color css

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

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

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

border-color css

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

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

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