#2368B0

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

Shades of Denim #2368B0

Tints of Denim #2368B0

Color information

#2368B0 (or 0x2368B0) is unknown color: approx Denim. HEX triplet: 23, 68 and B0. RGB value is (35,104,176). Sum of RGB (Red+Green+Blue) = 35+104+176=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #2368B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2368B0 is #DC974F. Grayscale: #5B5B5B. Windows color (decimal): -14456656 or 11560995. OLE color: 11560995.

HSL color Cylindrical-coordinate representation of color #2368B0: hue angle of 210.64º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2368B0 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35104176-
CMYK0.800.4100.31
HSL210.64º66.82%41.37%-
HSV(B)210.64º80.11%69.02%-
XYZ13.4813.3942.95-
YUV91.58175.6487.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.11%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 176 (69.14% from 255) = 55.87%
R=11.11%
G=33.02%
B=55.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351041760.800.4100.31210.6466.8241.37
Hex2368B0502901Fd34329
Octal431502601205103732310351
Binary1000111101000101100001010000101001011111110100111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2368B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2368B0; }

 p { color: rgb(35,104,176); }

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

<style>
 a { background-color: #2368B0; }

 a { background-color: rgb(35,104,176); }

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

<style>
 span { border-color: #2368B0; }

 span { border-color: rgb(35,104,176); }

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