Html Css Color HEX #26445A Astronaut Blue

📋 copy color: '#26445A'

red 38 ◦ green 68 ◦ blue 90

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

Shades of Astronaut Blue #26445A

Tints of Astronaut Blue #26445A

RGB

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

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

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

R = 19.39%
G = 34.69%
B = 45.92%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#26445A (or 0x26445A) is known color: Astronaut Blue. HEX triplet: 26, 44 and 5A. RGB value is (38,68,90). Sum of RGB (Red+Green+Blue) = 38+68+90=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #26445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26445A is #D9BBA5. Grayscale: #3D3D3D. Windows color (decimal): -14269350 or 5915686. OLE color: 5915686.

HSL color Cylindrical-coordinate representation of color #26445A: hue angle of 205.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26445A is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 68 90 -
CMYK 0.58 0.24 0 0.65
HSL 205.38º 0.41% 0.25% -
HSV(B) 205.38º 0.58% 0.35% -
XYZ 4.71 5.28 10.44 -
YUV 61.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 38 68 90 0.58 0.24 0 0.65 205.38 0.41 0.25
Hex 26 44 5A 3A 18 0 41 CD 29 19
Octal 46 104 132 72 30 0 101 315 51 31
Binary 100110 1000100 1011010 111010 11000 0 1000001 11001101 101001 11001

Color Harmonies of #26445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26445A

Black with #26445A

Text Example


Text Example

White with #26445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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