Html Css Color HEX #246ACC Denim

📋 copy color: '#246ACC'

red 36 ◦ green 106 ◦ blue 204

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

Shades of Denim #246ACC

Tints of Denim #246ACC

RGB

 RED value IS 36 (14.45% from 255) = 10.4%

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 10.4%
G = 30.64%
B = 58.96%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#246ACC (or 0x246ACC) is known color: Denim. HEX triplet: 24, 6A and CC. RGB value is (36,106,204). Sum of RGB (Red+Green+Blue) = 36+106+204=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #246ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ACC is #DB9533. Grayscale: #5F5F5F. Windows color (decimal): -14390580 or 13396516. OLE color: 13396516.

HSL color Cylindrical-coordinate representation of color #246ACC: hue angle of 215º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #246ACC is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 106 204 -
CMYK 0.82 0.48 0 0.2
HSL 215º 0.7% 0.47% -
HSV(B) 215º 0.82% 0.8% -
XYZ 16.78 15.04 59.15 -
YUV 96.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 36 106 204 0.82 0.48 0 0.2 215 0.7 0.47
Hex 24 6A CC 52 30 0 14 D7 46 2F
Octal 44 152 314 122 60 0 24 327 106 57
Binary 100100 1101010 11001100 1010010 110000 0 10100 11010111 1000110 101111

Color Harmonies of #246ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246ACC

Black with #246ACC

Text Example


Text Example

White with #246ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246ACC; }

 p { color: rgb(36,106,204); }

 H1.HeaderClassName
 {
   color: #246ACC;
 }
 .AnyTagClassName
 {
   color: #246ACC;
 }
</style>

background-color css

<style>
 a { background-color: #246ACC; }

 a { background-color: rgb(36,106,204); }

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

border-color css

<style>
 span { border-color: #246ACC; }

 span { border-color: rgb(36,106,204); }

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