Html Css Color HEX #26708C Astral

📋 copy color: '#26708C'

red 38 ◦ green 112 ◦ blue 140

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

Shades of Astral #26708C

Tints of Astral #26708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 13.1%
G = 38.62%
B = 48.28%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26708C (or 0x26708C) is known color: Astral. HEX triplet: 26, 70 and 8C. RGB value is (38,112,140). Sum of RGB (Red+Green+Blue) = 38+112+140=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #26708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26708C is #D98F73. Grayscale: #5C5C5C. Windows color (decimal): -14258036 or 9203750. OLE color: 9203750.

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

Color convert

RGB 38 112 140 -
CMYK 0.73 0.20 0 0.45
HSL 196.47º 0.57% 0.35% -
HSV(B) 196.47º 0.73% 0.55% -
XYZ 11.33 13.89 26.9 -
YUV 93.07 154.48 88.72 -
System Red Green Blue C M Y K H S L
Decimal 38 112 140 0.73 0.20 0 0.45 196.47 0.57 0.35
Hex 26 70 8C 49 14 0 2D C4 39 23
Octal 46 160 214 111 24 0 55 304 71 43
Binary 100110 1110000 10001100 1001001 10100 0 101101 11000100 111001 100011

Color Harmonies of #26708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26708C

Black with #26708C

Text Example


Text Example

White with #26708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26708C; }

 p { color: rgb(38,112,140); }

 H1.HeaderClassName
 {
   color: #26708C;
 }
 .AnyTagClassName
 {
   color: #26708C;
 }
</style>

background-color css

<style>
 a { background-color: #26708C; }

 a { background-color: rgb(38,112,140); }

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

border-color css

<style>
 span { border-color: #26708C; }

 span { border-color: rgb(38,112,140); }

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