Html Css Color HEX #2379CE Denim

📋 copy color: '#2379CE'

red 35 ◦ green 121 ◦ blue 206

#2379CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2379CE

Tints of Denim #2379CE

RGB

 RED value IS 35 (14.06% from 255) = 9.67%

 GREEN value IS 121 (47.66% from 255) = 33.43%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 9.67%
G = 33.43%
B = 56.91%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2379CE (or 0x2379CE) is known color: Denim. HEX triplet: 23, 79 and CE. RGB value is (35,121,206). Sum of RGB (Red+Green+Blue) = 35+121+206=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2379CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379CE is #DC8631. Grayscale: #686868. Windows color (decimal): -14452274 or 13531427. OLE color: 13531427.

HSL color Cylindrical-coordinate representation of color #2379CE: hue angle of 209.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2379CE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 121 206 -
CMYK 0.83 0.41 0 0.19
HSL 209.82º 0.71% 0.47% -
HSV(B) 209.82º 0.83% 0.81% -
XYZ 18.67 18.49 60.98 -
YUV 104.98 185.01 78.09 -
System Red Green Blue C M Y K H S L
Decimal 35 121 206 0.83 0.41 0 0.19 209.82 0.71 0.47
Hex 23 79 CE 53 29 0 13 D2 47 2F
Octal 43 171 316 123 51 0 23 322 107 57
Binary 100011 1111001 11001110 1010011 101001 0 10011 11010010 1000111 101111

Color Harmonies of #2379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2379CE

Black with #2379CE

Text Example


Text Example

White with #2379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2379CE;
 }
 .AnyTagClassName
 {
   color: #2379CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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