#306DBE

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

Shades of Denim #306DBE

Tints of Denim #306DBE

Color information

#306DBE (or 0x306DBE) is unknown color: approx Denim. HEX triplet: 30, 6D and BE. RGB value is (48,109,190). Sum of RGB (Red+Green+Blue) = 48+109+190=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #306DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DBE is #CF9241. Grayscale: #636363. Windows color (decimal): -13603394 or 12479792. OLE color: 12479792.

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

Color convert

RGB48109190-
CMYK0.750.4300.25
HSL214.23º59.66%46.67%-
HSV(B)214.23º74.74%74.51%-
XYZ15.9815.2850.82-
YUV99.99178.7990.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=13.83%
G=31.41%
B=54.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481091900.750.4300.25214.2359.6646.67
Hex306DBE4B2B019d63c2f
Octal60155276113530313267457
Binary110000110110110111110100101110101101100111010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,190); }

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

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

 a { background-color: rgb(48,109,190); }

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

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

 span { border-color: rgb(48,109,190); }

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