#2365BF

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

Shades of Denim #2365BF

Tints of Denim #2365BF

Color information

#2365BF (or 0x2365BF) is unknown color: approx Denim. HEX triplet: 23, 65 and BF. RGB value is (35,101,191). Sum of RGB (Red+Green+Blue) = 35+101+191=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #2365BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365BF is #DC9A40. Grayscale: #5B5B5B. Windows color (decimal): -14457409 or 12543267. OLE color: 12543267.

HSL color Cylindrical-coordinate representation of color #2365BF: hue angle of 214.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2365BF is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35101191-
CMYK0.820.4700.25
HSL214.62º69.03%44.31%-
HSV(B)214.62º81.68%74.9%-
XYZ14.7513.4351.1-
YUV91.53184.1387.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.70%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 58.41%
R=10.70%
G=30.89%
B=58.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351011910.820.4700.25214.6269.0344.31
Hex2365BF522F019d7452c
Octal431452771225703132710554
Binary1000111100101101111111010010101111011001110101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2365BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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