#3008CE

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

Shades of Medium Blue #3008CE

Tints of Medium Blue #3008CE

Color information

#3008CE (or 0x3008CE) is unknown color: approx Medium Blue. HEX triplet: 30, 08 and CE. RGB value is (48,8,206). Sum of RGB (Red+Green+Blue) = 48+8+206=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #3008CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008CE is #CFF731. Grayscale: #292929. Windows color (decimal): -13629234 or 13502512. OLE color: 13502512.

HSL color Cylindrical-coordinate representation of color #3008CE: hue angle of 252.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008CE is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB488206-
CMYK0.770.9600.19
HSL252.12º92.52%41.96%-
HSV(B)252.12º96.12%80.78%-
XYZ12.455.2658.75-
YUV42.53220.25131.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 8 (3.52% from 255) = 3.05%
BLUE value IS 206 (80.86% from 255) = 78.63%
R=18.32%
G=3.05%
B=78.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4882060.770.9600.19252.1292.5241.96
Hex308CE4D60013fc5d2a
Octal601031611514002337413552
Binary11000010001100111010011011100000010011111111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3008CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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