#246FBD

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

Shades of Denim #246FBD

Tints of Denim #246FBD

Color information

#246FBD (or 0x246FBD) is unknown color: approx Denim. HEX triplet: 24, 6F and BD. RGB value is (36,111,189). Sum of RGB (Red+Green+Blue) = 36+111+189=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #246FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246FBD is #DB9042. Grayscale: #616161. Windows color (decimal): -14389315 or 12414756. OLE color: 12414756.

HSL color Cylindrical-coordinate representation of color #246FBD: hue angle of 210.59º 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 #246FBD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36111189-
CMYK0.810.4100.26
HSL210.59º68%44.12%-
HSV(B)210.59º80.95%74.12%-
XYZ15.615.4250.3-
YUV97.47179.6584.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.71%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=10.71%
G=33.04%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361111890.810.4100.26210.596844.12
Hex246FBD512901Ad3442c
Octal441572751215103232310454
Binary1001001101111101111011010001101001011010110100111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,111,189); }

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

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

 a { background-color: rgb(36,111,189); }

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

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

 span { border-color: rgb(36,111,189); }

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