Html Css Color HEX #266E90 Astral

📋 copy color: '#266E90'

red 38 ◦ green 110 ◦ blue 144

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

Shades of Astral #266E90

Tints of Astral #266E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 13.01%
G = 37.67%
B = 49.32%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#266E90 (or 0x266E90) is known color: Astral. HEX triplet: 26, 6E and 90. RGB value is (38,110,144). Sum of RGB (Red+Green+Blue) = 38+110+144=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #266E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E90 is #D9916F. Grayscale: #5C5C5C. Windows color (decimal): -14258544 or 9465382. OLE color: 9465382.

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

Color convert

RGB 38 110 144 -
CMYK 0.74 0.24 0 0.44
HSL 199.25º 0.58% 0.36% -
HSV(B) 199.25º 0.74% 0.56% -
XYZ 11.41 13.58 28.4 -
YUV 92.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 38 110 144 0.74 0.24 0 0.44 199.25 0.58 0.36
Hex 26 6E 90 4A 18 0 2C C7 3A 24
Octal 46 156 220 112 30 0 54 307 72 44
Binary 100110 1101110 10010000 1001010 11000 0 101100 11000111 111010 100100

Color Harmonies of #266E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E90

Black with #266E90

Text Example


Text Example

White with #266E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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