Html Css Color HEX #266E91 Astral

📋 copy color: '#266E91'

red 38 ◦ green 110 ◦ blue 145

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

Shades of Astral #266E91

Tints of Astral #266E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 12.97%
G = 37.54%
B = 49.49%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266E91 (or 0x266E91) is known color: Astral. HEX triplet: 26, 6E and 91. RGB value is (38,110,145). Sum of RGB (Red+Green+Blue) = 38+110+145=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #266E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E91 is #D9916E. Grayscale: #5C5C5C. Windows color (decimal): -14258543 or 9530918. OLE color: 9530918.

HSL color Cylindrical-coordinate representation of color #266E91: hue angle of 199.63º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266E91 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 110 145 -
CMYK 0.74 0.24 0 0.43
HSL 199.63º 0.58% 0.36% -
HSV(B) 199.63º 0.74% 0.57% -
XYZ 11.49 13.61 28.81 -
YUV 92.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 38 110 145 0.74 0.24 0 0.43 199.63 0.58 0.36
Hex 26 6E 91 4A 18 0 2B C8 3A 24
Octal 46 156 221 112 30 0 53 310 72 44
Binary 100110 1101110 10010001 1001010 11000 0 101011 11001000 111010 100100

Color Harmonies of #266E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E91

Black with #266E91

Text Example


Text Example

White with #266E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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