#266FBD

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

Shades of Denim #266FBD

Tints of Denim #266FBD

Color information

#266FBD (or 0x266FBD) is unknown color: approx Denim. HEX triplet: 26, 6F and BD. RGB value is (38,111,189). Sum of RGB (Red+Green+Blue) = 38+111+189=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #266FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FBD is #D99042. Grayscale: #616161. Windows color (decimal): -14258243 or 12414758. OLE color: 12414758.

HSL color Cylindrical-coordinate representation of color #266FBD: hue angle of 210.99º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266FBD is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38111189-
CMYK0.800.4100.26
HSL210.99º66.52%44.51%-
HSV(B)210.99º79.89%74.12%-
XYZ15.6715.4650.3-
YUV98.06179.3285.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=11.24%
G=32.84%
B=55.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381111890.800.4100.26210.9966.5244.51
Hex266FBD502901Ad3432d
Octal461572751205103232310355
Binary1001101101111101111011010000101001011010110100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,111,189); }

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

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

 a { background-color: rgb(38,111,189); }

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

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

 span { border-color: rgb(38,111,189); }

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