Html Css Color HEX #264455 Astronaut Blue

📋 copy color: '#264455'

red 38 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #264455

Tints of Astronaut Blue #264455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 19.9%
G = 35.6%
B = 44.5%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264455 (or 0x264455) is known color: Astronaut Blue. HEX triplet: 26, 44 and 55. RGB value is (38,68,85). Sum of RGB (Red+Green+Blue) = 38+68+85=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #264455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264455 is #D9BBAA. Grayscale: #3C3C3C. Windows color (decimal): -14269355 or 5588006. OLE color: 5588006.

HSL color Cylindrical-coordinate representation of color #264455: hue angle of 201.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264455 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 68 85 -
CMYK 0.55 0.20 0 0.67
HSL 201.7º 0.38% 0.24% -
HSV(B) 201.7º 0.55% 0.33% -
XYZ 4.51 5.2 9.36 -
YUV 60.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 38 68 85 0.55 0.20 0 0.67 201.7 0.38 0.24
Hex 26 44 55 37 14 0 43 CA 26 18
Octal 46 104 125 67 24 0 103 312 46 30
Binary 100110 1000100 1010101 110111 10100 0 1000011 11001010 100110 11000

Color Harmonies of #264455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264455

Black with #264455

Text Example


Text Example

White with #264455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264455; }

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

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

background-color css

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

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

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

border-color css

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

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

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