#2665CD

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

Shades of Denim #2665CD

Tints of Denim #2665CD

Color information

#2665CD (or 0x2665CD) is unknown color: approx Denim. HEX triplet: 26, 65 and CD. RGB value is (38,101,205). Sum of RGB (Red+Green+Blue) = 38+101+205=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #2665CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665CD is #D99A32. Grayscale: #5D5D5D. Windows color (decimal): -14260787 or 13460774. OLE color: 13460774.

HSL color Cylindrical-coordinate representation of color #2665CD: hue angle of 217.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2665CD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38101205-
CMYK0.810.5100.20
HSL217.37º68.72%47.65%-
HSV(B)217.37º81.46%80.39%-
XYZ16.4714.1359.62-
YUV94.02190.6388.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 205 (80.47% from 255) = 59.59%
R=11.05%
G=29.36%
B=59.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381012050.810.5100.20217.3768.7247.65
Hex2665CD5133014d94530
Octal461453151216302433110560
Binary1001101100101110011011010001110011010100110110011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2665CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2665CD; }

 p { color: rgb(38,101,205); }

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

<style>
 a { background-color: #2665CD; }

 a { background-color: rgb(38,101,205); }

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

<style>
 span { border-color: #2665CD; }

 span { border-color: rgb(38,101,205); }

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