#2360BD

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

Shades of Denim #2360BD

Tints of Denim #2360BD

Color information

#2360BD (or 0x2360BD) is unknown color: approx Denim. HEX triplet: 23, 60 and BD. RGB value is (35,96,189). Sum of RGB (Red+Green+Blue) = 35+96+189=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #2360BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360BD is #DC9F42. Grayscale: #575757. Windows color (decimal): -14458691 or 12410915. OLE color: 12410915.

HSL color Cylindrical-coordinate representation of color #2360BD: hue angle of 216.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2360BD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3596189-
CMYK0.810.4900.26
HSL216.23º68.75%43.92%-
HSV(B)216.23º81.48%74.12%-
XYZ14.0612.449.8-
YUV88.36184.7989.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.94%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=10.94%
G=30%
B=59.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35961890.810.4900.26216.2368.7543.92
Hex2360BD513101Ad8452c
Octal431402751216103233010554
Binary1000111100000101111011010001110001011010110110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2360BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,96,189); }

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

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

 a { background-color: rgb(35,96,189); }

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

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

 span { border-color: rgb(35,96,189); }

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