Html Css Color HEX #266B8B Astral

📋 copy color: '#266B8B'

red 38 ◦ green 107 ◦ blue 139

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

Shades of Astral #266B8B

Tints of Astral #266B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 13.38%
G = 37.68%
B = 48.94%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#266B8B (or 0x266B8B) is known color: Astral. HEX triplet: 26, 6B and 8B. RGB value is (38,107,139). Sum of RGB (Red+Green+Blue) = 38+107+139=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #266B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B8B is #D99474. Grayscale: #595959. Windows color (decimal): -14259317 or 9136934. OLE color: 9136934.

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

Color convert

RGB 38 107 139 -
CMYK 0.73 0.23 0 0.45
HSL 199.01º 0.57% 0.35% -
HSV(B) 199.01º 0.73% 0.55% -
XYZ 10.72 12.79 26.33 -
YUV 90.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 38 107 139 0.73 0.23 0 0.45 199.01 0.57 0.35
Hex 26 6B 8B 49 17 0 2D C7 39 23
Octal 46 153 213 111 27 0 55 307 71 43
Binary 100110 1101011 10001011 1001001 10111 0 101101 11000111 111001 100011

Color Harmonies of #266B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266B8B

Black with #266B8B

Text Example


Text Example

White with #266B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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