Html Css Color HEX #26688D Astral

📋 copy color: '#26688D'

red 38 ◦ green 104 ◦ blue 141

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

Shades of Astral #26688D

Tints of Astral #26688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 13.43%
G = 36.75%
B = 49.82%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26688D (or 0x26688D) is known color: Astral. HEX triplet: 26, 68 and 8D. RGB value is (38,104,141). Sum of RGB (Red+Green+Blue) = 38+104+141=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #26688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26688D is #D99772. Grayscale: #585858. Windows color (decimal): -14260083 or 9267238. OLE color: 9267238.

HSL color Cylindrical-coordinate representation of color #26688D: hue angle of 201.55º degrees, saturation: 0.58, 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 #26688D is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 104 141 -
CMYK 0.73 0.26 0 0.45
HSL 201.55º 0.58% 0.35% -
HSV(B) 201.55º 0.73% 0.55% -
XYZ 10.56 12.24 27 -
YUV 88.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 38 104 141 0.73 0.26 0 0.45 201.55 0.58 0.35
Hex 26 68 8D 49 1A 0 2D CA 3A 23
Octal 46 150 215 111 32 0 55 312 72 43
Binary 100110 1101000 10001101 1001001 11010 0 101101 11001010 111010 100011

Color Harmonies of #26688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26688D

Black with #26688D

Text Example


Text Example

White with #26688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26688D; }

 p { color: rgb(38,104,141); }

 H1.HeaderClassName
 {
   color: #26688D;
 }
 .AnyTagClassName
 {
   color: #26688D;
 }
</style>

background-color css

<style>
 a { background-color: #26688D; }

 a { background-color: rgb(38,104,141); }

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

border-color css

<style>
 span { border-color: #26688D; }

 span { border-color: rgb(38,104,141); }

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