#2365c6

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

Shades of Denim #2365C6

Tints of Denim #2365C6

Color information

#2365C6 (or 0x2365C6) is unknown color: approx Denim. HEX triplet: 23, 65 and C6. RGB value is (35,101,198). Sum of RGB (Red+Green+Blue) = 35+101+198=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #2365C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365C6 is #DC9A39. Grayscale: #5B5B5B. Windows color (decimal): -14457402 or 13002019. OLE color: 13002019.

HSL color Cylindrical-coordinate representation of color #2365C6: hue angle of 215.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2365C6 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35101198-
CMYK0.820.4900.22
HSL215.71º69.96%45.69%-
HSV(B)215.71º82.32%77.65%-
XYZ15.5413.7455.26-
YUV92.32187.6387.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.48%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 198 (77.73% from 255) = 59.28%
R=10.48%
G=30.24%
B=59.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351011980.820.4900.22215.7169.9645.69
Hex2365C65231016d8462e
Octal431453061226102633010656
Binary1000111100101110001101010010110001010110110110001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2365c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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