Html Css Color HEX #236CC0 Denim

📋 copy color: '#236CC0'

red 35 ◦ green 108 ◦ blue 192

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

Shades of Denim #236CC0

Tints of Denim #236CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 192 (75.39% from 255) = 57.31%

R = 10.45%
G = 32.24%
B = 57.31%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#236CC0 (or 0x236CC0) is known color: Denim. HEX triplet: 23, 6C and C0. RGB value is (35,108,192). Sum of RGB (Red+Green+Blue) = 35+108+192=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #236CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CC0 is #DC933F. Grayscale: #5F5F5F. Windows color (decimal): -14455616 or 12610595. OLE color: 12610595.

HSL color Cylindrical-coordinate representation of color #236CC0: hue angle of 212.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #236CC0 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 108 192 -
CMYK 0.82 0.44 0 0.25
HSL 212.1º 0.69% 0.45% -
HSV(B) 212.1º 0.82% 0.75% -
XYZ 15.57 14.89 51.92 -
YUV 95.75 182.32 84.67 -
System Red Green Blue C M Y K H S L
Decimal 35 108 192 0.82 0.44 0 0.25 212.1 0.69 0.45
Hex 23 6C C0 52 2C 0 19 D4 45 2D
Octal 43 154 300 122 54 0 31 324 105 55
Binary 100011 1101100 11000000 1010010 101100 0 11001 11010100 1000101 101101

Color Harmonies of #236CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236CC0

Black with #236CC0

Text Example


Text Example

White with #236CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,108,192); }

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

background-color css

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

 a { background-color: rgb(35,108,192); }

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

border-color css

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

 span { border-color: rgb(35,108,192); }

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