Html Css Color HEX #236ACE Denim

📋 copy color: '#236ACE'

red 35 ◦ green 106 ◦ blue 206

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

Shades of Denim #236ACE

Tints of Denim #236ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 10.09%
G = 30.55%
B = 59.37%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#236ACE (or 0x236ACE) is known color: Denim. HEX triplet: 23, 6A and CE. RGB value is (35,106,206). Sum of RGB (Red+Green+Blue) = 35+106+206=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #236ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ACE is #DC9531. Grayscale: #5F5F5F. Windows color (decimal): -14456114 or 13527587. OLE color: 13527587.

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

Color convert

RGB 35 106 206 -
CMYK 0.83 0.49 0 0.19
HSL 215.09º 0.71% 0.47% -
HSV(B) 215.09º 0.83% 0.81% -
XYZ 16.99 15.12 60.42 -
YUV 96.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 35 106 206 0.83 0.49 0 0.19 215.09 0.71 0.47
Hex 23 6A CE 53 31 0 13 D7 47 2F
Octal 43 152 316 123 61 0 23 327 107 57
Binary 100011 1101010 11001110 1010011 110001 0 10011 11010111 1000111 101111

Color Harmonies of #236ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236ACE

Black with #236ACE

Text Example


Text Example

White with #236ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #236ACE;
 }
 .AnyTagClassName
 {
   color: #236ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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