#2379CA

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

Shades of Denim #2379CA

Tints of Denim #2379CA

Color information

#2379CA (or 0x2379CA) is unknown color: approx Denim. HEX triplet: 23, 79 and CA. RGB value is (35,121,202). Sum of RGB (Red+Green+Blue) = 35+121+202=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #2379CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379CA is #DC8635. Grayscale: #686868. Windows color (decimal): -14452278 or 13269283. OLE color: 13269283.

HSL color Cylindrical-coordinate representation of color #2379CA: hue angle of 209.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2379CA is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB35121202-
CMYK0.830.4000.21
HSL209.1º70.46%46.47%-
HSV(B)209.1º82.67%79.22%-
XYZ18.1918.358.45-
YUV104.52183.0178.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.78%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=9.78%
G=33.80%
B=56.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal351212020.830.4000.21209.170.4646.47
Hex2379CA5328015d1462e
Octal431713121235002532110656
Binary1000111111001110010101010011101000010101110100011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2379CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2379CA; }

 p { color: rgb(35,121,202); }

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

<style>
 a { background-color: #2379CA; }

 a { background-color: rgb(35,121,202); }

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

<style>
 span { border-color: #2379CA; }

 span { border-color: rgb(35,121,202); }

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