Html Css Color HEX #264457 Astronaut Blue

📋 copy color: '#264457'

red 38 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #264457

Tints of Astronaut Blue #264457

RGB

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

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

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

R = 19.69%
G = 35.23%
B = 45.08%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#264457 (or 0x264457) is known color: Astronaut Blue. HEX triplet: 26, 44 and 57. RGB value is (38,68,87). Sum of RGB (Red+Green+Blue) = 38+68+87=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #264457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264457 is #D9BBA8. Grayscale: #3D3D3D. Windows color (decimal): -14269353 or 5719078. OLE color: 5719078.

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

Color convert

RGB 38 68 87 -
CMYK 0.56 0.22 0 0.66
HSL 203.27º 0.39% 0.25% -
HSV(B) 203.27º 0.56% 0.34% -
XYZ 4.59 5.23 9.79 -
YUV 61.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 38 68 87 0.56 0.22 0 0.66 203.27 0.39 0.25
Hex 26 44 57 38 16 0 42 CB 27 19
Octal 46 104 127 70 26 0 102 313 47 31
Binary 100110 1000100 1010111 111000 10110 0 1000010 11001011 100111 11001

Color Harmonies of #264457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264457

Black with #264457

Text Example


Text Example

White with #264457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264457; }

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

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

background-color css

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

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

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

border-color css

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

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

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