Html Css Color HEX #266E8B Astral

📋 copy color: '#266E8B'

red 38 ◦ green 110 ◦ blue 139

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

Shades of Astral #266E8B

Tints of Astral #266E8B

RGB

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

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

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

R = 13.24%
G = 38.33%
B = 48.43%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#266E8B (or 0x266E8B) is known color: Astral. HEX triplet: 26, 6E and 8B. RGB value is (38,110,139). Sum of RGB (Red+Green+Blue) = 38+110+139=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #266E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E8B is #D99174. Grayscale: #5B5B5B. Windows color (decimal): -14258549 or 9137702. OLE color: 9137702.

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

Color convert

RGB 38 110 139 -
CMYK 0.73 0.21 0 0.45
HSL 197.23º 0.57% 0.35% -
HSV(B) 197.23º 0.73% 0.55% -
XYZ 11.04 13.43 26.44 -
YUV 91.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 38 110 139 0.73 0.21 0 0.45 197.23 0.57 0.35
Hex 26 6E 8B 49 15 0 2D C5 39 23
Octal 46 156 213 111 25 0 55 305 71 43
Binary 100110 1101110 10001011 1001001 10101 0 101101 11000101 111001 100011

Color Harmonies of #266E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E8B

Black with #266E8B

Text Example


Text Example

White with #266E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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