Html Css Color HEX #264255 Astronaut Blue

📋 copy color: '#264255'

red 38 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #264255

Tints of Astronaut Blue #264255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 20.11%
G = 34.92%
B = 44.97%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#264255 (or 0x264255) is known color: Astronaut Blue. HEX triplet: 26, 42 and 55. RGB value is (38,66,85). Sum of RGB (Red+Green+Blue) = 38+66+85=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #264255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264255 is #D9BDAA. Grayscale: #3B3B3B. Windows color (decimal): -14269867 or 5587494. OLE color: 5587494.

HSL color Cylindrical-coordinate representation of color #264255: hue angle of 204.26º 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 #264255 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 66 85 -
CMYK 0.55 0.22 0 0.67
HSL 204.26º 0.38% 0.24% -
HSV(B) 204.26º 0.55% 0.33% -
XYZ 4.39 4.96 9.32 -
YUV 59.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 38 66 85 0.55 0.22 0 0.67 204.26 0.38 0.24
Hex 26 42 55 37 16 0 43 CC 26 18
Octal 46 102 125 67 26 0 103 314 46 30
Binary 100110 1000010 1010101 110111 10110 0 1000011 11001100 100110 11000

Color Harmonies of #264255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264255

Black with #264255

Text Example


Text Example

White with #264255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264255; }

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

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

background-color css

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

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

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

border-color css

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

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

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