#2365CD

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

Shades of Denim #2365CD

Tints of Denim #2365CD

Color information

#2365CD (or 0x2365CD) is unknown color: approx Denim. HEX triplet: 23, 65 and CD. RGB value is (35,101,205). Sum of RGB (Red+Green+Blue) = 35+101+205=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #2365CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365CD is #DC9A32. Grayscale: #5C5C5C. Windows color (decimal): -14457395 or 13460771. OLE color: 13460771.

HSL color Cylindrical-coordinate representation of color #2365CD: hue angle of 216.71º degrees, saturation: 0.71, 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 #2365CD is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB35101205-
CMYK0.830.5100.20
HSL216.71º70.83%47.06%-
HSV(B)216.71º82.93%80.39%-
XYZ16.3714.0759.61-
YUV93.12191.1386.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.26%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=10.26%
G=29.62%
B=60.12%

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
Decimal351012050.830.5100.20216.7170.8347.06
Hex2365CD5333014d9472f
Octal431453151236302433110757
Binary1000111100101110011011010011110011010100110110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2365CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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