#236CCC

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

Shades of Denim #236CCC

Tints of Denim #236CCC

Color information

#236CCC (or 0x236CCC) is unknown color: approx Denim. HEX triplet: 23, 6C and CC. RGB value is (35,108,204). Sum of RGB (Red+Green+Blue) = 35+108+204=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #236CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CCC is #DC9333. Grayscale: #606060. Windows color (decimal): -14455604 or 13397027. OLE color: 13397027.

HSL color Cylindrical-coordinate representation of color #236CCC: hue angle of 214.08º 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 #236CCC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB35108204-
CMYK0.830.4700.2
HSL214.08º70.71%46.86%-
HSV(B)214.08º82.84%80%-
XYZ16.9515.4459.21-
YUV97.12188.3283.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.09%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=10.09%
G=31.12%
B=58.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal351082040.830.4700.2214.0870.7146.86
Hex236CCC532F014d6472f
Octal431543141235702432610757
Binary1000111101100110011001010011101111010100110101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236CCC; }

 p { color: rgb(35,108,204); }

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

<style>
 a { background-color: #236CCC; }

 a { background-color: rgb(35,108,204); }

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

<style>
 span { border-color: #236CCC; }

 span { border-color: rgb(35,108,204); }

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