#2363CB

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

Shades of Denim #2363CB

Tints of Denim #2363CB

Color information

#2363CB (or 0x2363CB) is unknown color: approx Denim. HEX triplet: 23, 63 and CB. RGB value is (35,99,203). Sum of RGB (Red+Green+Blue) = 35+99+203=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #2363CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363CB is #DC9C34. Grayscale: #5B5B5B. Windows color (decimal): -14457909 or 13329187. OLE color: 13329187.

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

Color convert

RGB3599203-
CMYK0.830.5100.20
HSL217.14º70.59%46.67%-
HSV(B)217.14º82.76%79.61%-
XYZ15.9313.5958.28-
YUV91.72190.887.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.39%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=10.39%
G=29.38%
B=60.24%

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
Decimal35992030.830.5100.20217.1470.5946.67
Hex2363CB5333014d9472f
Octal431433131236302433110757
Binary1000111100011110010111010011110011010100110110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2363CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2363CB; }

 p { color: rgb(35,99,203); }

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

<style>
 a { background-color: #2363CB; }

 a { background-color: rgb(35,99,203); }

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

<style>
 span { border-color: #2363CB; }

 span { border-color: rgb(35,99,203); }

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