#266AC4

Color #266AC4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #266AC4

Tints of Denim #266AC4

Color information

#266AC4 (or 0x266AC4) is unknown color: approx Denim. HEX triplet: 26, 6A and C4. RGB value is (38,106,196). Sum of RGB (Red+Green+Blue) = 38+106+196=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #266AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AC4 is #D9953B. Grayscale: #5F5F5F. Windows color (decimal): -14259516 or 12872230. OLE color: 12872230.

HSL color Cylindrical-coordinate representation of color #266AC4: hue angle of 214.18º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266AC4 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38106196-
CMYK0.810.4600.23
HSL214.18º67.52%45.88%-
HSV(B)214.18º80.61%76.86%-
XYZ15.9214.7154.22-
YUV95.93184.4786.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.18%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 196 (76.95% from 255) = 57.65%
R=11.18%
G=31.18%
B=57.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381061960.810.4600.23214.1867.5245.88
Hex266AC4512E017d6442e
Octal461523041215602732610456
Binary1001101101010110001001010001101110010111110101101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,106,196); }

 H1.HeaderClassName
 {
   color: #266AC4;
 }
 .AnyTagClassName
 {
   color: #266AC4;
 }
</style>
background-color css

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

 a { background-color: rgb(38,106,196); }

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

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

 span { border-color: rgb(38,106,196); }

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