#306EC1

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

Shades of Denim #306EC1

Tints of Denim #306EC1

Color information

#306EC1 (or 0x306EC1) is unknown color: approx Denim. HEX triplet: 30, 6E and C1. RGB value is (48,110,193). Sum of RGB (Red+Green+Blue) = 48+110+193=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #306EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC1 is #CF913E. Grayscale: #646464. Windows color (decimal): -13603135 or 12676656. OLE color: 12676656.

HSL color Cylindrical-coordinate representation of color #306EC1: hue angle of 214.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306EC1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48110193-
CMYK0.750.4300.24
HSL214.34º60.17%47.25%-
HSV(B)214.34º75.13%75.69%-
XYZ16.4215.6352.6-
YUV100.92179.9690.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=13.68%
G=31.34%
B=54.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481101930.750.4300.24214.3460.1747.25
Hex306EC14B2B018d63c2f
Octal60156301113530303267457
Binary110000110111011000001100101110101101100011010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306EC1; }

 p { color: rgb(48,110,193); }

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

<style>
 a { background-color: #306EC1; }

 a { background-color: rgb(48,110,193); }

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

<style>
 span { border-color: #306EC1; }

 span { border-color: rgb(48,110,193); }

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