#246BBC

Color #246BBC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #246BBC

Tints of Denim #246BBC

Color information

#246BBC (or 0x246BBC) is unknown color: approx Denim. HEX triplet: 24, 6B and BC. RGB value is (36,107,188). Sum of RGB (Red+Green+Blue) = 36+107+188=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #246BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246BBC is #DB9443. Grayscale: #5E5E5E. Windows color (decimal): -14390340 or 12348196. OLE color: 12348196.

HSL color Cylindrical-coordinate representation of color #246BBC: hue angle of 211.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246BBC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36107188-
CMYK0.810.4300.26
HSL211.97º67.86%43.92%-
HSV(B)211.97º80.85%73.73%-
XYZ15.0614.5249.59-
YUV95180.4885.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.88%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=10.88%
G=32.33%
B=56.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361071880.810.4300.26211.9767.8643.92
Hex246BBC512B01Ad4442c
Octal441532741215303232410454
Binary1001001101011101111001010001101011011010110101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,107,188); }

 H1.HeaderClassName
 {
   color: #246BBC;
 }
 .AnyTagClassName
 {
   color: #246BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(36,107,188); }

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

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

 span { border-color: rgb(36,107,188); }

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