#3008BD

Color #3008BD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3008BD

Tints of Medium Blue #3008BD

Color information

#3008BD (or 0x3008BD) is unknown color: approx Medium Blue. HEX triplet: 30, 08 and BD. RGB value is (48,8,189). Sum of RGB (Red+Green+Blue) = 48+8+189=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3008BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008BD is #CFF742. Grayscale: #272727. Windows color (decimal): -13629251 or 12388400. OLE color: 12388400.

HSL color Cylindrical-coordinate representation of color #3008BD: hue angle of 253.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008BD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB488189-
CMYK0.750.9600.26
HSL253.26º91.88%38.63%-
HSV(B)253.26º95.77%74.12%-
XYZ10.494.4848.46-
YUV40.59211.75133.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 189 (74.22% from 255) = 77.14%
R=19.59%
G=3.27%
B=77.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4881890.750.9600.26253.2691.8838.63
Hex308BD4B6001Afd5c27
Octal601027511314003237513447
Binary11000010001011110110010111100000011010111111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3008BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3008BD; }

 p { color: rgb(48,8,189); }

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

<style>
 a { background-color: #3008BD; }

 a { background-color: rgb(48,8,189); }

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

<style>
 span { border-color: #3008BD; }

 span { border-color: rgb(48,8,189); }

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