Html Css Color HEX #266E8D Astral

📋 copy color: '#266E8D'

red 38 ◦ green 110 ◦ blue 141

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

Shades of Astral #266E8D

Tints of Astral #266E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

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

R = 13.15%
G = 38.06%
B = 48.79%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#266E8D (or 0x266E8D) is known color: Astral. HEX triplet: 26, 6E and 8D. RGB value is (38,110,141). Sum of RGB (Red+Green+Blue) = 38+110+141=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #266E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E8D is #D99172. Grayscale: #5B5B5B. Windows color (decimal): -14258547 or 9268774. OLE color: 9268774.

HSL color Cylindrical-coordinate representation of color #266E8D: hue angle of 198.06º 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 #266E8D is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 110 141 -
CMYK 0.73 0.22 0 0.45
HSL 198.06º 0.58% 0.35% -
HSV(B) 198.06º 0.73% 0.55% -
XYZ 11.18 13.49 27.21 -
YUV 92.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 38 110 141 0.73 0.22 0 0.45 198.06 0.58 0.35
Hex 26 6E 8D 49 16 0 2D C6 3A 23
Octal 46 156 215 111 26 0 55 306 72 43
Binary 100110 1101110 10001101 1001001 10110 0 101101 11000110 111010 100011

Color Harmonies of #266E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E8D

Black with #266E8D

Text Example


Text Example

White with #266E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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