Html Css Color HEX #266D92 Astral

📋 copy color: '#266D92'

red 38 ◦ green 109 ◦ blue 146

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

Shades of Astral #266D92

Tints of Astral #266D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 12.97%
G = 37.2%
B = 49.83%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266D92 (or 0x266D92) is known color: Astral. HEX triplet: 26, 6D and 92. RGB value is (38,109,146). Sum of RGB (Red+Green+Blue) = 38+109+146=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #266D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D92 is #D9926D. Grayscale: #5B5B5B. Windows color (decimal): -14258798 or 9596198. OLE color: 9596198.

HSL color Cylindrical-coordinate representation of color #266D92: hue angle of 200.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266D92 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 109 146 -
CMYK 0.74 0.25 0 0.43
HSL 200.56º 0.59% 0.36% -
HSV(B) 200.56º 0.74% 0.57% -
XYZ 11.46 13.42 29.18 -
YUV 91.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 38 109 146 0.74 0.25 0 0.43 200.56 0.59 0.36
Hex 26 6D 92 4A 19 0 2B C9 3B 24
Octal 46 155 222 112 31 0 53 311 73 44
Binary 100110 1101101 10010010 1001010 11001 0 101011 11001001 111011 100100

Color Harmonies of #266D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266D92

Black with #266D92

Text Example


Text Example

White with #266D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,109,146); }

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

background-color css

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

 a { background-color: rgb(38,109,146); }

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

border-color css

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

 span { border-color: rgb(38,109,146); }

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