#2265CD

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

Shades of Denim #2265CD

Tints of Denim #2265CD

Color information

#2265CD (or 0x2265CD) is unknown color: approx Denim. HEX triplet: 22, 65 and CD. RGB value is (34,101,205). Sum of RGB (Red+Green+Blue) = 34+101+205=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #2265CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2265CD is #DD9A32. Grayscale: #5C5C5C. Windows color (decimal): -14522931 or 13460770. OLE color: 13460770.

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

Color convert

RGB34101205-
CMYK0.830.5100.20
HSL216.49º71.55%46.86%-
HSV(B)216.49º83.41%80.39%-
XYZ16.3314.0659.61-
YUV92.82191.386.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 205 (80.47% from 255) = 60.29%
R=10%
G=29.71%
B=60.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341012050.830.5100.20216.4971.5546.86
Hex2265CD5333014d8482f
Octal421453151236302433011057
Binary1000101100101110011011010011110011010100110110001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2265CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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