Html Css Color HEX #26748D Astral

📋 copy color: '#26748D'

red 38 ◦ green 116 ◦ blue 141

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

Shades of Astral #26748D

Tints of Astral #26748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 12.88%
G = 39.32%
B = 47.8%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26748D (or 0x26748D) is known color: Astral. HEX triplet: 26, 74 and 8D. RGB value is (38,116,141). Sum of RGB (Red+Green+Blue) = 38+116+141=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #26748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26748D is #D98B72. Grayscale: #5F5F5F. Windows color (decimal): -14257011 or 9270310. OLE color: 9270310.

HSL color Cylindrical-coordinate representation of color #26748D: hue angle of 194.56º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26748D is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 116 141 -
CMYK 0.73 0.18 0 0.45
HSL 194.56º 0.58% 0.35% -
HSV(B) 194.56º 0.73% 0.55% -
XYZ 11.85 14.83 27.44 -
YUV 95.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 38 116 141 0.73 0.18 0 0.45 194.56 0.58 0.35
Hex 26 74 8D 49 12 0 2D C3 3A 23
Octal 46 164 215 111 22 0 55 303 72 43
Binary 100110 1110100 10001101 1001001 10010 0 101101 11000011 111010 100011

Color Harmonies of #26748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26748D

Black with #26748D

Text Example


Text Example

White with #26748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26748D; }

 p { color: rgb(38,116,141); }

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

background-color css

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

 a { background-color: rgb(38,116,141); }

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

border-color css

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

 span { border-color: rgb(38,116,141); }

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