Html Css Color HEX #246AC0 Denim

📋 copy color: '#246AC0'

red 36 ◦ green 106 ◦ blue 192

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

Shades of Denim #246AC0

Tints of Denim #246AC0

RGB

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

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

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

R = 10.78%
G = 31.74%
B = 57.49%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#246AC0 (or 0x246AC0) is known color: Denim. HEX triplet: 24, 6A and C0. RGB value is (36,106,192). Sum of RGB (Red+Green+Blue) = 36+106+192=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #246AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246AC0 is #DB953F. Grayscale: #5E5E5E. Windows color (decimal): -14390592 or 12610084. OLE color: 12610084.

HSL color Cylindrical-coordinate representation of color #246AC0: hue angle of 213.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246AC0 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 106 192 -
CMYK 0.81 0.45 0 0.25
HSL 213.08º 0.68% 0.45% -
HSV(B) 213.08º 0.81% 0.75% -
XYZ 15.4 14.49 51.85 -
YUV 94.87 182.81 86.01 -
System Red Green Blue C M Y K H S L
Decimal 36 106 192 0.81 0.45 0 0.25 213.08 0.68 0.45
Hex 24 6A C0 51 2D 0 19 D5 44 2D
Octal 44 152 300 121 55 0 31 325 104 55
Binary 100100 1101010 11000000 1010001 101101 0 11001 11010101 1000100 101101

Color Harmonies of #246AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AC0

Black with #246AC0

Text Example


Text Example

White with #246AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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