Html Css Color HEX #266B8E Astral

📋 copy color: '#266B8E'

red 38 ◦ green 107 ◦ blue 142

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

Shades of Astral #266B8E

Tints of Astral #266B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 13.24%
G = 37.28%
B = 49.48%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#266B8E (or 0x266B8E) is known color: Astral. HEX triplet: 26, 6B and 8E. RGB value is (38,107,142). Sum of RGB (Red+Green+Blue) = 38+107+142=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #266B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B8E is #D99471. Grayscale: #5A5A5A. Windows color (decimal): -14259314 or 9333542. OLE color: 9333542.

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

Color convert

RGB 38 107 142 -
CMYK 0.73 0.25 0 0.44
HSL 200.19º 0.58% 0.35% -
HSV(B) 200.19º 0.73% 0.56% -
XYZ 10.94 12.88 27.5 -
YUV 90.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 38 107 142 0.73 0.25 0 0.44 200.19 0.58 0.35
Hex 26 6B 8E 49 19 0 2C C8 3A 23
Octal 46 153 216 111 31 0 54 310 72 43
Binary 100110 1101011 10001110 1001001 11001 0 101100 11001000 111010 100011

Color Harmonies of #266B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266B8E

Black with #266B8E

Text Example


Text Example

White with #266B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,107,142); }

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

background-color css

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

 a { background-color: rgb(38,107,142); }

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

border-color css

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

 span { border-color: rgb(38,107,142); }

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