#3000CF

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

Shades of Medium Blue #3000CF

Tints of Medium Blue #3000CF

Color information

#3000CF (or 0x3000CF) is unknown color: approx Medium Blue. HEX triplet: 30, 00 and CF. RGB value is (48,0,207). Sum of RGB (Red+Green+Blue) = 48+0+207=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #3000CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000CF is #CFFF30. Grayscale: #252525. Windows color (decimal): -13631281 or 13566000. OLE color: 13566000.

HSL color Cylindrical-coordinate representation of color #3000CF: hue angle of 253.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000CF is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB480207-
CMYK0.77100.19
HSL253.91º100%40.59%-
HSV(B)253.91º100%81.18%-
XYZ12.485.1359.36-
YUV37.95223.4135.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 81.18%
R=18.82%
G=0%
B=81.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4802070.77100.19253.9110040.59
Hex300CF4D64013fe6429
Octal60031711514402337614451
Binary11000001100111110011011100100010011111111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3000CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3000CF; }

 p { color: rgb(48,0,207); }

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

<style>
 a { background-color: #3000CF; }

 a { background-color: rgb(48,0,207); }

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

<style>
 span { border-color: #3000CF; }

 span { border-color: rgb(48,0,207); }

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