Html Css Color HEX #264557 Astronaut Blue

📋 copy color: '#264557'

red 38 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #264557

Tints of Astronaut Blue #264557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 19.59%
G = 35.57%
B = 44.85%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#264557 (or 0x264557) is known color: Astronaut Blue. HEX triplet: 26, 45 and 57. RGB value is (38,69,87). Sum of RGB (Red+Green+Blue) = 38+69+87=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #264557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264557 is #D9BAA8. Grayscale: #3D3D3D. Windows color (decimal): -14269097 or 5719334. OLE color: 5719334.

HSL color Cylindrical-coordinate representation of color #264557: hue angle of 202.04º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264557 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 69 87 -
CMYK 0.56 0.21 0 0.66
HSL 202.04º 0.39% 0.25% -
HSV(B) 202.04º 0.56% 0.34% -
XYZ 4.65 5.36 9.81 -
YUV 61.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 38 69 87 0.56 0.21 0 0.66 202.04 0.39 0.25
Hex 26 45 57 38 15 0 42 CA 27 19
Octal 46 105 127 70 25 0 102 312 47 31
Binary 100110 1000101 1010111 111000 10101 0 1000010 11001010 100111 11001

Color Harmonies of #264557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264557

Black with #264557

Text Example


Text Example

White with #264557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264557; }

 p { color: rgb(38,69,87); }

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

background-color css

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

 a { background-color: rgb(38,69,87); }

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

border-color css

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

 span { border-color: rgb(38,69,87); }

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