#2663BD

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

Shades of Denim #2663BD

Tints of Denim #2663BD

Color information

#2663BD (or 0x2663BD) is unknown color: approx Denim. HEX triplet: 26, 63 and BD. RGB value is (38,99,189). Sum of RGB (Red+Green+Blue) = 38+99+189=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2663BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2663BD is #D99C42. Grayscale: #5A5A5A. Windows color (decimal): -14261315 or 12411686. OLE color: 12411686.

HSL color Cylindrical-coordinate representation of color #2663BD: hue angle of 215.76º 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 #2663BD is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3899189-
CMYK0.800.4800.26
HSL215.76º66.52%44.51%-
HSV(B)215.76º79.89%74.12%-
XYZ14.4513.0149.89-
YUV91.02183.2990.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=11.66%
G=30.37%
B=57.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38991890.800.4800.26215.7666.5244.51
Hex2663BD503001Ad8432d
Octal461432751206003233010355
Binary1001101100011101111011010000110000011010110110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2663BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2663BD; }

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

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

<style>
 a { background-color: #2663BD; }

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

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

<style>
 span { border-color: #2663BD; }

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

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