Html Css Color HEX #236ACD Denim

📋 copy color: '#236ACD'

red 35 ◦ green 106 ◦ blue 205

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

Shades of Denim #236ACD

Tints of Denim #236ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 10.12%
G = 30.64%
B = 59.25%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#236ACD (or 0x236ACD) is known color: Denim. HEX triplet: 23, 6A and CD. RGB value is (35,106,205). Sum of RGB (Red+Green+Blue) = 35+106+205=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #236ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ACD is #DC9532. Grayscale: #5F5F5F. Windows color (decimal): -14456115 or 13462051. OLE color: 13462051.

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

Color convert

RGB 35 106 205 -
CMYK 0.83 0.48 0 0.20
HSL 214.94º 0.71% 0.47% -
HSV(B) 214.94º 0.83% 0.8% -
XYZ 16.87 15.07 59.78 -
YUV 96.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 35 106 205 0.83 0.48 0 0.20 214.94 0.71 0.47
Hex 23 6A CD 53 30 0 14 D7 47 2F
Octal 43 152 315 123 60 0 24 327 107 57
Binary 100011 1101010 11001101 1010011 110000 0 10100 11010111 1000111 101111

Color Harmonies of #236ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236ACD

Black with #236ACD

Text Example


Text Example

White with #236ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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